/* 轮播图 */
@font-face {
	font-family: 'heiti';
	src: url('../font/heiti.ttf');
}
.banner {
  width: 100%;
  /*margin-top: 80px;
  margin-bottom: 70px;
  */
}
.banner .swiper-slide{
  width: 100%;
  position: relative;
}
.banner .swiper-slide img{
  width: 100%;
}


.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 55px;
}
.banner .swiper-pagination-bullet {
  width: 32px;
  height: 6px;
  display: inline-block;
  border-radius: 0;
  background: #fff;
  opacity: .4;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
  /*  十四五公共标题  */
  #sswgh-t {
   margin-bottom: 40px;
 }
 #sswgh-t h2{
   margin-bottom: 5px;
   color: #000000;
   font-size: 30px;
   text-align: center;
   font-weight: 400;
   letter-spacing: 4px;
 }
 #sswgh-t p{
   color: #818080;
   text-align: center;
   letter-spacing: 1px;
   font-size: 16px;
 }
  /*  区域公共标题  */
  
  #qygh-t {
    margin-bottom: 40px;
  }
  #qygh-t h2{
    margin-bottom: 5px;
    color: #000000;
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 4px;
  }
  #qygh-t p{
    color: #818080;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  #qygh-t img{
    width: 1280px;
    height: 60px;
    margin: 0 auto;
    display: block;
  }
         /* 中经服务 */
.zjfw {
  margin-bottom: 70px;
}
.zjfw ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zjfw ul li{
  width: 23%;
  height: 195px;
  margin-bottom: 12px;
  padding-top: 26px;
  box-sizing: border-box;
  transition: all .4s ;
}
.zjfw ul li:hover{
  box-shadow: 0px 4px 6px 4px #c3d5dc;
}
.zjfw ul li img{
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.zjfw ul li p{
 text-align: center;
 margin: 35px 0 10px 0;
 color: #000000;
}
.zjfw ul li div{
   width: 52px;
   height: 2px;
   margin: 0 auto;
   background: #004b6a;
 }

            /* 规划意义 */
.ghyy {
  margin-bottom: 70px;
  margin-top: 60px;
  height: 670px;
  background: url("/style/imgs/ghyy-bc.png") center no-repeat;
}
.ghyy ul{
  position: relative;
  height: 670px;
}
.ghyy ul li{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #000000;
  font-size: 15px;
}
.ghyy ul li:nth-child(1){
  top: 4%;
  left: 31%;
}
.ghyy ul li:nth-child(2){
  top: 6%;
  left: 70%;
}
.ghyy ul li:nth-child(3){
  top: 16%;
  left: 22%;
}
.ghyy ul li:nth-child(4){
  top: 21%;
  left: 75%;
}
.ghyy ul li:nth-child(5){
  top: 29%;
  left: 19%;
}
.ghyy ul li:nth-child(6){
  top: 30%;
  left: 80%;
}
.ghyy ul li:nth-child(7){
  top: 38%;
  left: 17%;
}
.ghyy ul li:nth-child(8){
  top: 39%;
  left: 83%;
}
.ghyy ul li:nth-child(9){
  top: 49%;
  left: 13%;
}
.ghyy ul li:nth-child(10){
  top: 49%;
  left: 88%;
}
.ghyy ul li:nth-child(11){
  top: 65%;
  left: 15%;
}
.ghyy ul li:nth-child(12){
  top: 59%;
  left: 82%;
}
.ghyy ul li:nth-child(13){
  top: 68%;
  left: 79%;
}
.ghyy ul li:nth-child(14){
  top: 74%;
  left: 22%;
}
.ghyy ul li:nth-child(15){
  top:81%;
  left:29%;
}
.ghyy ul li:nth-child(16){
  top: 78%;
  left: 74%;
}
.ghyy ul li:nth-child(17){
  top: 88%;
  left: 37%;
}
.ghyy ul li:nth-child(18){
  top: 86%;
  left: 69%;
}
.ghyy ul li:nth-child(19){
  top: 97%;
  left: 61%;
}

          /* 十四五规划编制要求 */
.bzyq {
  margin-bottom: 70px;
}
.bzyq ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bzyq ul li{
  width: 30%;
  height: 130px;
  background: url("/style/imgs/biankuang.png") center no-repeat;
  background-size: 100%;
  padding-top: 30px;
  box-sizing: border-box;
}
.bzyq ul li h5{
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #004b6a;
  margin-bottom: 10px;
}
.bzyq ul li p{
  text-align: center;
  
}
.bzyq ul li div{
  width: 40px;
  height: 3px;
  margin: 0 auto;
  margin-top: 10px;
  background: #004b6a;
}

 /* 十四五规划发展趋势 */
 .fzqs {
   margin-bottom: 70px;
 }
 .fzqs ul {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   padding: 0 30px;
   box-sizing: border-box;
 }
 .fzqs ul li {
   width: 505px;
   height: 125px;
   background: url("/style/imgs/bzyq-1.jpg") 0 0 no-repeat;
   margin-bottom: 28px;
   padding-top: 20px;
   padding-left: 30px;
   box-sizing: border-box;
   box-shadow: 1px 3px 3px 1px #a6c0cb;
   background-size: 100% 100%;
   transition: all .3s;
 }
 .fzqs ul li:hover {
  box-shadow: 2px 3px 4px 3px #a6c0cb;
}
 .fzqs ul li:nth-child(2) {
  background: url("/style/imgs/bzyq-2.jpg") 0 0 no-repeat;
  background-size: 100% 100%;

}
.fzqs ul li:nth-child(3) {
  background: url("/style/imgs/bzyq-3.jpg") 0 0 no-repeat;
  background-size: 100% 100%;

}
.fzqs ul li:nth-child(4) {
  background: url("/style/imgs/bzyq-4.jpg") 0 0 no-repeat;
  background-size: 100% 100%;

}
.fzqs ul li:nth-child(5) {
  background: url("/style/imgs/bzyq-5.jpg") 0 0 no-repeat;
  background-size: 100% 100%;

}
.fzqs ul li:nth-child(6) {
  background: url("/style/imgs/bzyq-6.jpg") 0 0 no-repeat;
  background-size: 100% 100%;

}
.fzqs ul li:nth-child(7) {
  background: url("/style/imgs/bzyq-7.jpg") 0 0 no-repeat;
  background-size: 100% 100%;

}
.fzqs ul li:nth-child(8) {
  background: url("/style/imgs/bzyq-8.jpg") 0 0 no-repeat;
  background-size: 100% 100%;

}
 .fzqs ul li h3{
   font-size: 16px;
   color: #004b6a;
   font-weight: 400;
   margin-bottom: 14px;
}
.fzqs ul li p{
  font-size: 12px;
  width: 200px;
  letter-spacing: 1px;
}


                  /* 区域经济 */
 .qytz {
   margin-bottom: 50px; 
 }                 
.qytz .qygh-icon ul{
  display: flex;
  justify-content: space-between;
  margin-bottom: 56px;
  width: 1000px;
}
.qytz .qygh-icon ul li p{
 text-align: center;
}
.qytz .qygh-lb .swiper-qytz{
   position: relative;
 }
.qytz .qygh-lb .swiper-qytz .swiper-slide{
  position: relative;
 }
 .qytz .qygh-lb .swiper-qytz .swiper-slide img{
   width: 100%;
 }
 .swiper-button-next:after {
  content: '';
}
.swiper-button-prev:after {
  content: '';
}
.qytz .swiper-qytz .swiper-left {
  left: 18%;
  top: 44%;
  transform: translate(0,50%);
}
.qytz .swiper-qytz .swiper-right {
 right: 23%;
 top: 44%;
 transform: translate(0,50%);

}
 .qytz .qygh-lb .swiper-qytz .swiper-slide p{
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-55%,0);
  color: #fff;
  font-size: 17px;
  text-indent: 2em;
  line-height: 1.7;
  letter-spacing: 2px;
  font-family: "";
 }

        /* 区域规划涵盖类别 */
.qytype {
  margin-bottom: 50px;
}
.qytype .qytype-b ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.qytype .qytype-b li{
  width: 21%;
  height: 177px;
  box-shadow: 1px 3px 5px 2px #b1c8d1;
  margin-bottom: 40px;
  text-align: center;
  padding-top: 46px;
  box-sizing: border-box;
  transition: all .4s;
}
.qytype .qytype-b li:hover{
  
  box-shadow: 2px 3px 10px 5px #b1c8d1;
  
}
.qytype .qytype-b li p{
   color: #000000;
   font-size: 16px;
   font-family: "";
}
          /* 区域经济规划原则 */
.ghyz .ghyz-b {
   background: url("/style/imgs/yuanze-bg.jpg") center no-repeat;
   height: 680px;
}
.ghyz .ghyz-b div{
  float: left;
  width: 290px;
  height: 310px;
  margin-bottom: 20px;
}
.ghyz .ghyz-b div{
  text-align: center;
}
.ghyz .ghyz-b div p{
  font-size: 18px;
  color: #000000;
  font-family: "";
  margin-right: -15px;
}
.ghyz .ghyz-b div:nth-child(1){
  margin-left: 30px;
}
.ghyz .ghyz-b div:nth-child(2){
  margin-left: 477px;
}
.ghyz .ghyz-b div:nth-child(3){
  margin-left: 100px;
}
.ghyz .ghyz-b div:nth-child(4){
  margin-left: 309px;
}

         /* 康养 */
.djk-banner {
  position: relative;
  margin-bottom: 40px;
}
.djk-banner .swiper-slide > div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 0 50px;
  box-sizing: border-box;
}   
.djk-banner .swiper-slide > div h2{
  color: #fff;
  font-size: 76px;
  letter-spacing: 3px;
  font-weight: 400;
}

.djk-banner .swiper-slide > div span{
  display: block;
  width: 450px;
  height: 2px;
  background: #fff;
  margin: 20px 0 20px;
}
.djk-banner .swiper-slide > div p{
  font-size: 28px;
  color: #fff;
  font-family: "";
}
         /* 康养导语 */
.ky-dy {
background: url("/style/imgs/daoyu-bgc.jpg") 0 0 no-repeat;
background-size: 100%;
height: 400px;
padding-top: 100px;
box-sizing: border-box;
margin-bottom: 50px;
}
.ky-dy .ky-dy-t{
  width: 190px;
  margin: 0 auto;
  padding-left: 134px;
}
.ky-dy .ky-dy-t h2{
  font-weight: 400;
  font-size: 24px;
}
.ky-dy .ky-dy-t h4{
  font-weight: 400;
  font-size: 24px;
}
.ky-dy p{
  width: 780px;
  margin: 0 auto;
  margin-top: 30px;
  padding-left: 200px;
}

/* 康养产业分类 */
.kytype {
  margin-bottom: 76px;
}
.kytype .kytype-t {
  background: url("/style/imgs/ky-tit1.jpg") 0 0 no-repeat;
  height: 200px;
  padding-top: 87px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.kytype .kytype-t h2{
  font-weight: 400;
  font-size: 24px;
  width: 300px;
  padding-left: 70px;
  margin: 0 auto;
}
.kytype .kytype-t h4{
  font-weight: 400;
  font-size: 24px;
  width: 300px;
  padding-left: 70px;
  margin: 0 auto;
}
.kytype .kytype-b ul{
  position: relative;
  height: 350px;
  margin-bottom: 68px;
}
.kytype .kytype-b ul li{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-left: 56px;
  padding-top: 45px;
   box-sizing: border-box;
  box-shadow: -3px 3px 10px 4px #ccdbe1;

}
.kytype .kytype-b ul li h2{
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}
.kytype .kytype-b ul li span{
  display: block;
  width: 124px;
  height: 4px;
  background: #fff;
  margin: 22px 0;
}
.kytype .kytype-b ul li .kytype-list dl{
  margin-right: 25px;
  float: left;
}
.kytype .kytype-b ul li .kytype-list dl dd{
  width: 170px;
  height: 50px;
  border: 1px solid #fff;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: "";
  color: #fff;
  margin-bottom: 10px;
}
.kytype .kytype-b ul .b1{
  background: url("/style/imgs/kytype-pic1.jpg") 0 0 no-repeat;
}
.kytype .kytype-b ul .b2{
  background: url("/style/imgs/kytype-pic2.jpg") 0 0 no-repeat;
}
.kytype .kytype-b ul .b3{
  background: url("/style/imgs/kytype-pic3.jpg") 0 0 no-repeat;
}
.kytype .kytype-b ul .b4{
  background: url("/style/imgs/kytype-pic4.jpg") 0 0 no-repeat;
}
.kytype .kytype-b ul .b5{
  background: url("/style/imgs/kytype-pic5.jpg") 0 0 no-repeat;
}
.kytype .kytype-b ul .b6{
  background: url("/style/imgs/kytype-pic6.jpg") 0 0 no-repeat;
}
.kytype .kytype-b .kytype-tab {
   display: flex;
   justify-content: space-between;
   padding: 0 60px;
   box-sizing: border-box;
}
.kytype .kytype-b .kytype-tab .tablist{
  width: 134px;
  height: 134px;
  border-radius: 50%;
  box-shadow: -3px 3px 14px 2px #dbe5ea;
  position: relative;
  text-align: center;
  padding-top: 29px;
  box-sizing: border-box;
  transition: all .35s;
}
.kytype .kytype-b .kytype-tab .tablist:hover{
  box-shadow: 0px 0px 4px 2px #dbe5ea;

}
.kytype .kytype-b .kytype-tab .tablist p{
  font-size: 14px;
  margin-top: 8px;
}
.kytype .kytype-b .kytype-tab .tablist .kytype-tab-sj{
  position: absolute;
  top: -73px;
  left: 50%;
  width: 39px;
  transform: translate(-50%,0);
  
}

/* 康养产业核心 */
.kycyhx {
  margin-bottom: 60px;
}
.kycyhx .kycyhx-t{
  background: url("/style/imgs/ky-tit2.jpg") 0 0 no-repeat;
  height: 190px;
  padding-top: 90px;
}
.kycyhx .kycyhx-t h2{
  font-size: 24px;
  font-weight: 400;
  width: 260px;
  margin: 0 auto;
  padding-left: 80px;
}
.kycyhx .kycyhx-t h4{
  font-size: 24px;
  width: 260px;
  margin: 0 auto;
  padding-left: 80px;
  font-weight: 400;
}
.kycyhx .kycyhx-b ul{
  display: flex;
  justify-content: space-between;
}
.kycyhx .kycyhx-b ul li{
  text-align: center;
}
.kycyhx .kycyhx-b ul .fuhao{
  padding-top: 35px;
}
.kycyhx .kycyhx-b ul li p{
  color: #052c53;
  font-size: 22px;
}
.kycyhx .kycyhx-b ul li div{
  width: 140px;
  height: 90px;
  border: 4px solid #052c53;
  border-radius: 50%;
  font-size: 21px;
  color: #052c53;
  padding-top: 12px;
  box-sizing: border-box;
}

/* 康养产业开发类型 */
.kykflx {
   margin-bottom: 60px;
}
.kykflx .kykflx-t {
   background: url("/style/imgs/ky-tit3.jpg") 0 0 no-repeat;
   height: 190px;
   padding-top: 82px;
}
.kykflx .kykflx-t h2{
  font-size: 24px;
  width: 250px;
  font-weight: 400;
  margin: 0 auto;
  padding-right: 50px;
}
.kykflx .kykflx-t h4{
  font-size: 24px;
  font-weight: 400;
  margin: 0 auto;
  padding-right: 50px;
  width: 250px;
}
.kykflx .kykflx-b ul{
  display: flex;
  justify-content: space-between;
}
.kykflx .kykflx-b ul .b1{
  background: url("/style/imgs/kykflx-1.png") 0 0 no-repeat;
}
.kykflx .kykflx-b ul .b2{
  background: url("/style/imgs/kykflx-2.png") 0 0 no-repeat;
}
.kykflx .kykflx-b ul .b3{
  background: url("/style/imgs/kykflx-3.png") 0 0 no-repeat;
}
.kykflx .kykflx-b ul .b4{
  background: url("/style/imgs/kykflx-4.png") 0 0 no-repeat;
}
.kykflx .kykflx-b ul .b5{
  background: url("/style/imgs/kykflx-5.png") 0 0 no-repeat;
}
.kykflx .kykflx-b ul li{
  width: 211px;
  height: 464px;
  padding-top: 60px;
  box-sizing: border-box;
  transition: all .4s;
}
.kykflx .kykflx-b ul li .kykflx-list-t {
  position: relative;
  text-align: center;
}
.kykflx .kykflx-b ul li .kykflx-list-t img{
  margin-left: 6px;
}

.kykflx .kykflx-b ul li .kykflx-list-t h3{
  font-weight: 400;
  color: #fff;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%,0);
  font-family: "";
}
.kykflx .kykflx-b ul li .kykflx-list-t .hide{
  margin-left: 8px;
  display: none;
}

.kykflx .kykflx-b ul li p{
  height: 300px;
  padding: 20px 20px 0 40px;
  background: url("/style/imgs/smallSquare.png") 12% 9% no-repeat;
  box-sizing: border-box;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.6;
}
.kykflx .kykflx-b ul li:hover{
  margin-top: -30px;
}
.kykflx .kykflx-b ul li:hover .kykflx-list-t .hide{
  display: block;
}
.kykflx .kykflx-b ul li:hover .kykflx-list-t .show{
  display: none;
}
/* 康养 —— 投资方向 */
.ky-tzfx {
  margin-bottom: 70px;
}
.ky-tzfx .ky-tzfx-t{
  background: url("/style/imgs/ky-tit4.jpg") 0 0 no-repeat;
  height: 101px;
  padding-top: 37px;
  margin-bottom: 100px;
}
.ky-tzfx .ky-tzfx-t h2{
  font-size: 24px;
  width: 300px;
  font-weight: 400;
  margin: 0 auto;
  padding-left: 120px;
}
.ky-tzfx .ky-tzfx-t h4{
  font-size: 24px;
  width: 300px;
  font-weight: 400;
  padding-left: 120px;
  margin: 0 auto;
}
.ky-tzfx .ky-tzfx-b ul{
  display: flex;
  justify-content: space-between;
  height: 230px;
}
.ky-tzfx .ky-tzfx-b ul li{
  width: 170px;
  position: relative;
  height: 230px;
  box-shadow: -3px 3px 8px 3px #e1eaed;
  transition: all .3s;
}
.ky-tzfx .ky-tzfx-b ul li:hover{
  margin-top: -16px;
}
.ky-tzfx .ky-tzfx-b ul li:hover .tzfx-list-t{
  background: #052d53;
  color: #fff;
}
.ky-tzfx .ky-tzfx-b ul li .tzfx-list-t{
  height: 45px;
  background: #bfbfbf;
  text-align: center;
  line-height: 45px;
  transition: all .3s;
  
}
.ky-tzfx .ky-tzfx-b ul li > p{
  padding: 25px 20px 0;
  box-sizing: border-box;
  font-size: 14px;
}
.ky-tzfx .ky-tzfx-b ul li  .tzfx-jt{
  width: 102px;
   height: 40px;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translate(-50%,0);
  animation: tzrd-changes 1s  ease-in-out infinite alternate;
}
.ky-tzfx .ky-tzfx-b ul li  .tzfx-jt p{
  position: absolute;
  width: 102px;
  top: 4px;
  left: 50%;
  color: #fff;
  font-size: 18px;
  transform: translate(-50%,0);
  text-align: center;
}
@keyframes tzrd-changes {
  from {
    top: -70px;
  }
  to {
    top: -90px;
  }
}

/* 康养 —— 服务范围 */
.ky-fwfw .ky-fwfw-t{
   background: url("/style/imgs/ky-tit5.jpg") 0 0 no-repeat;
   height: 180px;
   padding-top: 60px;
}
.ky-fwfw .ky-fwfw-t h2{
  font-size: 24px;
  width: 120px;
  font-weight: 400;
  margin: 0 auto;
}
.ky-fwfw .ky-fwfw-t h4{
  font-size: 24px;
  width: 120px;
  font-weight: 400;
  margin: 0 auto;
}
.ky-fwfw .ky-fwfw-b {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.ky-fwfw .ky-fwfw-b li{
  width: 240px;
  height: 476px;
}
.ky-fwfw .ky-fwfw-b li div{
  width: 110px;
  height: 476px;
  border: 2px solid #052d53;
  box-sizing: border-box;
  border-radius: 10px;
}
.ky-fwfw .ky-fwfw-b li .fwfw-list-l{
  float: left;
  overflow: hidden;
}
.ky-fwfw .ky-fwfw-b li .fwfw-list-l img{
  width: 100%;
  height: 100%;
}
.ky-fwfw .ky-fwfw-b li .fwfw-list-r{
  float: right;
  text-align: center;
}
.ky-fwfw .ky-fwfw-b li .fwfw-list-r img{
  width: 50px;
  margin: 40px 0 30px;
}
.ky-fwfw .ky-fwfw-b li .fwfw-list-r h3{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 32px;
}
.ky-fwfw .ky-fwfw-b li .fwfw-list-r p{
  font-size: 12px;
  margin-bottom: 15px;
}
.ky-fwfw .ky-fwfw-bot{
  margin-bottom: 60px;
}

/* 康养 —— 您的需求 */
.kang-need {
  background: #eaebec;
  padding: 50px 0 80px;
}
.kang-need .needs{
  margin-bottom: 0;
}
.kang-need #sswgh-t{
  background: url("/style/imgs/ky-need-tit.png") center 40%  no-repeat;
}
                    /*    文化旅游页面          */
.whly-banner {
  height: 640px;
  background:   
  url("/style/imgs/whly-banner.jpg") center  no-repeat
  ;
  background-size: cover ;
  background-attachment: fixed;
  /*margin-top: 86px;*/
  padding-top: 240px;
  box-sizing: border-box;
}
.whly-banner img {
  display: block;
  margin: 0 auto;
  
}
.whly-banner h1 {
  letter-spacing: 8px;
  font-size: 75px;
  color: #fff;
  font-family: "华文隶书";
  font-weight: 400px;
}
/* 文化旅游导语 */
.whly-dy {
  background: url("/style/imgs/whly-dy2.jpg") 0 0 no-repeat;
  text-align: center;
  padding-top: 36px;
  padding-bottom: 70px;
}
.whly-dy img{
  margin-bottom: 50px;
}
.whly-dy .whly-dy-b {
  width: 970px;
  height: 700px;
  background:
               url("/style/imgs/huiwen-lt.png") left top no-repeat,
               url("/style/imgs/huiwen-rb.png") right bottom  no-repeat
  ;
  background-color: rgba(255, 255, 255, .6);
  margin: 0 auto;
  padding: 50px 120px 0;
  box-sizing: border-box;
  text-align: left;
  box-shadow: 1px 7px 10px 3px #d9e4e9;
}
.whly-dy .whly-dy-b p {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 2;
  font-family: "";
  margin-bottom: 20px;
}

                 /* 文旅常见类型 */
.wh-type .wh-type-t {
  margin-bottom: 50px;
}
.wh-type .wh-type-t span{
  float: right;
  width: 25px;
  font-size: 20px;
  margin-right: 25px;
  margin-top: 10px;
}
.wh-yz .wh-yz-t span{
  
  margin-top: 35px;
}
.wh-yz .wh-yz-t {
  background: url("/style/imgs/xianhe.jpg") 30% 0 no-repeat ;
  margin-top: -100px;
}
.wh-type .wh-type-kuang{
  float: right;
  background: url("/style/imgs/whlytit-bgc.png") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 45%;
  height: 183px;
  position: relative;
  margin-right: 30px;
}
.wh-type .wh-type-kuang .wh-type-img{
  margin: 0 auto;
  width: 94%;
  height: 135px;
  margin-top: 25px;
  background: url("/style/imgs/commontype-bgc.jpg") 0 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.wh-yz .wh-yz-kuang .wh-yz-img{
  
  background: url("/style/imgs/planing-bgc1.jpg") 0 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.wh-type .wh-type-t .wh-type-kuang p{
  color: #818080;
  font-size: 18px;
  position: absolute;
  bottom: -30px;
  left: 0;
  letter-spacing: 5px;
  font-family: "Times New Roman";
}
.wh-type .wh-type-b {
  height: 1100px;
  background: url("/style/imgs/commontype-bgc2.jpg") 90% top no-repeat,
              url("/style/imgs/commontype-bgc3.jpg") right bottom no-repeat
  ;
  overflow: hidden;
}
.wh-type .wh-type-b .wh-type-b-box{
  width: 850px;
  height: 520px;
  margin-top: 170px;
  display: flex;
  flex-wrap: wrap;
  margin-left: 100px;
}
.wh-type .wh-type-b .wh-type-b-box p{
  width: 33.33%;
  text-align: center;
  height: 128px;
  line-height: 128px;
  font-size: 23px;
  font-family: "楷体","KaiTi";
  font-weight: 700;
  letter-spacing: 1px;
  background: url("/style/imgs/commontype-icon1.jpg")  center 0 no-repeat;
  padding-top: 75px;
}
.wh-type .wh-type-b .wh-type-b-box .b2 {
  background: url("/style/imgs/commontype-icon2.jpg")  center 0 no-repeat;
  
}
.wh-type .wh-type-b .wh-type-b-box .b3 {
  background: url("/style/imgs/commontype-icon3.jpg")  center 0 no-repeat;
  
}
.wh-type .wh-type-b .wh-type-b-box .b4 {
  background: url("/style/imgs/commontype-icon4.jpg")  center 0 no-repeat;
  
}
.wh-type .wh-type-b .wh-type-b-box .b5 {
  background: url("/style/imgs/commontype-icon5.jpg")  center 0 no-repeat;
  
}
.wh-type .wh-type-b .wh-type-b-box .b6 {
  background: url("/style/imgs/commontype-icon6.jpg")  center 0 no-repeat;
  
}
.wh-type .wh-type-b .wh-type-b-box .b7 {
  background: url("/style/imgs/commontype-icon7.jpg")  center 0 no-repeat;
  
}
.wh-type .wh-type-b .wh-type-b-box .b8 {
  background: url("/style/imgs/commontype-icon8.jpg")  center 0 no-repeat;
  
}
.wh-type .wh-type-b .wh-type-b-box .b9 {
  background: url("/style/imgs/commontype-icon9.jpg")  center 0 no-repeat;
  
}
.wh-yz-b {
    height: 700px;
    background: url("/style/imgs/planing-bgc2.jpg") 18% no-repeat;
    padding-top: 50px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.wh-yz-b ul {
  margin-left: 37%;
  width: 770px;
  position: relative;
  box-shadow: 1px 5px 10px 4px #d6e2e7;
  background: url("/style/imgs/huiwen-lt.png") left top no-repeat, url("/style/imgs/huiwen-rb.png") right bottom no-repeat;
}
.wh-yz-b ul li {
  width: 100%;
  height: 200px;
  padding: 70px 75px 0 160px;
  box-sizing: border-box;
  transition: all .4s;
  position: relative;
}



.wh-yz-b ul li h4{
  font-size: 36px;
  color: #052657;
  font-family: "隶书";
  margin-bottom: 15px;
  position: absolute;
  left: 50px;
  top: 40px;
  width: 50px;
}
.wh-yz-b ul li p{
  font-size: 17px;
  color: #818080;
  font-family: "";
  letter-spacing: 3px;
  line-height: 1.9;
}

        /* 投资热点 */
.wh-hot {
  overflow: hidden;
}
.wh-hot .wh-hot-t {
     background: url("/style/imgs/tzrd-bgc2.jpg") 80%  no-repeat;
     height: 300px;
     margin-bottom: 90px;
}
.wh-hot .wh-hot-t .wh-hot-kuang{
  float: left;
  background: url("/style/imgs/whlytit-bgc.png") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 45%;
  height: 183px;
  position: relative;
  margin-right: 30px;
  margin-top: 40px;
  margin-left: 40px;
}
.wh-hot .wh-hot-kuang .wh-hot-img{
  margin: 0 auto;
  width: 94%;
  height: 135px;
  margin-top: 25px;
  background: url("/style/imgs/tzrd-bgc1.jpg") 0 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.wh-hot .wh-hot-t .wh-hot-kuang p{
  color: #818080;
  font-size: 18px;
  position: absolute;
  bottom: -30px;
  right: 0;
  letter-spacing: 5px;
  font-family: "Times New Roman";
}
.wh-hot .wh-hot-t span{
  float: left;
  width: 25px;
  font-size: 20px;
  margin-right: 25px;
  margin-top: 78px;
}

.wh-hot .wh-hot-b ul {
  margin-bottom: 150px;
  width: 1000px;
}
.wh-hot .wh-hot-b ul li{
   width: 63px;
   height: 460px;
   background: #f4f5f7;
   float: left;
   box-shadow: 2px 8px 8px 3px #b4cad3;
   margin-left: 62px;
   transition: all .6s;

  position: relative;
}
.wh-hot .wh-hot-b ul li .b1{
  background: url("/style/imgs/whly-tzrd-pic.jpg") 123% 0 no-repeat;
  /* background-size: 97%; */
}
.wh-hot .wh-hot-b ul li .b2{
  background: url("/style/imgs/whly-tzrd-pic2.jpg") 123% 0 no-repeat;
  
}
.wh-hot .wh-hot-b ul li .b3{
  background: url("/style/imgs/whly-tzrd-pic3.jpg") 123% 0 no-repeat;
  
}
.wh-hot .wh-hot-b ul li .b4{
  background: url("/style/imgs/whly-tzrd-pic4.jpg") 123% 0 no-repeat;
}
.wh-hot .wh-hot-b ul li .b5{
  background: url("/style/imgs/whly-tzrd-pic5.jpg") 123% 0 no-repeat;
}
.wh-hot .wh-hot-b ul li .hot-btn {
  cursor: pointer;
  height: 424px;
  width: 63px;
  padding-top: 62px;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
}
.wh-hot .wh-hot-b ul li:nth-child(1) {
  margin-left: 0;
}
.wh-hot .wh-hot-b ul li .hot-icon{
  border-radius: 50%;
  overflow: hidden;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  margin-bottom: 35px;
}
.wh-hot .wh-hot-b ul li .hot-btn p{
  width: 30px;
  color: #004b6a;
  font-size: 21px;
  margin: 0 auto;
  text-align: center;
  font-family: "楷体";
  line-height: 1.2;
  font-weight: 700;
}
.wh-hot .wh-hot-b ul li .huiwen-lt{
  position: absolute;
  left: -23px;
  top: -42px;
}
.wh-hot .wh-hot-b ul li .huiwen-rb{
  position: absolute;
  right: -27px;
  bottom: -46px;
}
.wh-hot .wh-hot-b ul .active {
  margin-right: 430px;
}
.wh-hot .wh-hot-b ul .active .wh-hot-text {
  width: 420px;
  
}
.wh-hot .wh-hot-b ul .active .wh-hot-cont {
 opacity: 1;
  
}
.wh-hot .wh-hot-b ul .active .wh-hot-jz {
  right: -437px;
  opacity: 1;
}
.wh-hot .wh-hot-b ul li .wh-hot-text {
  width: 0;
  height: 420px;
  position: absolute;
  right: 0;
  top: 48%;
  transform: translate(100%,-50%);
  
  box-shadow: 4px 5px 10px 2px rgba(183, 204, 213, .6);
  transition: all .6s ease-in;
}
.wh-hot .wh-hot-b ul li  .wh-hot-cont {
  opacity: 0;
  transition: all .4s ease-in;
  position: absolute;
  letter-spacing: 2px;
  width: 290px;
  right: -339px;
  top: 140px;
  font-family: "";
  line-height: 1.8;
}
.wh-hot .wh-hot-b ul li .wh-hot-jz {
  opacity: 0;
  transition: all .6s linear ;
  position: absolute;
  right: 0;
  top: -95px;
}
               /* 中经服务 */
 .wh-zjfw .wh-zjfw-kuang .wh-zjfw-img{
  
  background: url("/style/imgs/service-bgc.jpg") 0 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.wh-zjfw .wh-zjfw-t {
  padding-top: 20px;
  box-sizing: border-box;
}
.wh-zjfw .wh-zjfw-t span {
  margin-top: 35px;
}
.wh-zjfw .wh-zjfw-t {
  height: 280px;
  background: url("/style/imgs/horse.jpg") 28% -10% no-repeat;
  margin-bottom: 85px;
}
.wh-zjfw .wh-zjfw-b ul{
  display: flex;
  width: 1000px;
  margin: 0 auto;
  height: 196px;
  margin-bottom: 100px;
  justify-content: space-between;
  background: url("/style/imgs/service-yun.png") center no-repeat;
}
.wh-zjfw .wh-zjfw-b ul li {
  width: 170px;
  height: 170px;
  line-height: 170px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.wh-zjfw .wh-zjfw-b ul li p {
  font-size: 22px;
  font-family: "楷体";
  font-weight: 700;
}
.wh-zjfw .wh-zjfw-b ul li img{
  width: 170px;
  height: 170px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .6s;
}
.wh-zjfw .wh-zjfw-b ul li:hover img{
  transform: rotate(360deg);
}

           /* 市场调研  */
.scdy-banner {
  /*margin-top: 86px;*/
  height: 600px;
  background: url("/style/imgs/scdy-banner.jpg") 0 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
}
.scdy-banner > div{
    background: rgba(0, 0, 0, .4);
    width: 845px;
    height: 310px;
    margin: 0 auto;
    padding-top: 90px;
    box-sizing: border-box;
}
.scdy-banner > div h1 {
  font-size: 74px;
  text-align: center;
  letter-spacing: 16px;
  font-family: "";
  font-weight: 400;
  margin-bottom: 30px;
  color: #fff;
}
.scdy-banner > div .line {
  width: 138px;
  height: 5px;
  background: #fff;
  margin: 0 auto;
}
.scdy-tit {
  margin-bottom: 28px;
  font-size: 28px;
  text-align: center;
}
/* 现代农业导语 */
.scdy-dy {
  padding-top: 70px;
}
.scdy-dy-b {
  border: 1px solid #000;
  box-sizing: border-box;
  height: 175px;
  margin-bottom: 70px;
}
.scdy-dy-b span {
  width: 850px;
  float: right;
  line-height: 2;
  padding: 28px 35px 16px 10px;
  letter-spacing: 3px;
  box-sizing: border-box;
  font-size: 14px;
}
.scdy-dy-b img {
  height: 100%;
}
      /* 市场调研研究内容 */
.scdy-yj ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}
.scdy-yj ul li {
  width: 344px;
  height: 246px;
  margin-bottom: 20px;
  overflow: hidden;
  background: url("/style/imgs/resLi1.png") center no-repeat;
  background-size: 100% 100%;
  transition: all .7s ease-in-out;
}
.scdy-yj ul .b2{
  background: url("/style/imgs/resLi2.png") center no-repeat;
  background-size: 100% 100%;
}
.scdy-yj ul .b3{

  background: url("/style/imgs/resLi3.png") center no-repeat;
  background-size: 100% 100%;
}
.scdy-yj ul .b4{

  background: url("/style/imgs/resLi4.png") center no-repeat;
  background-size: 100% 100%;
}
.scdy-yj ul .b5{

  background: url("/style/imgs/resLi5.png") center no-repeat;
  background-size: 100% 100%;
}
.scdy-yj ul .b6{

  background: url("/style/imgs/resLi6.png") center no-repeat;
  background-size: 100% 100%;
}
.scdy-yj ul li .scdy-yj-box {
  background: rgba(92,88,88,.6);
  width: 100%;
  height: 100%;
  transition: all .7s ease-in-out;
  padding-top: 80px;
  padding-bottom: 80px;
}
.scdy-yj ul li .scdy-yj-box h4{
  font-size: 22px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}
.scdy-yj ul li .scdy-yj-box h3{
  text-align: center;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  letter-spacing: 2px;
}
.scdy-yj ul li .scdy-yj-box .w-line {
  width: 36px;
  height: 2px;
  background: #fff;
  margin: 0 auto;
  transition: all .7s ease-in-out;
  margin-bottom: 82px;
}
.scdy-yj ul li .scdy-yj-box p {
  color: #fff;
  padding: 0 40px;
  box-sizing: border-box;
  line-height: 1.6;
  font-size: 13px;
}
.scdy-yj ul li:hover {
   background-size: 140% 140%;
}
.scdy-yj ul li:hover .scdy-yj-box{
   background: rgba(0, 0, 0, .8);
   padding-top: 0px;
   margin-top: -28px;
}
.scdy-yj ul li:hover .scdy-yj-box .w-line {
   width: 90px;
   margin-bottom: 35px;
}
            /* 市场调研报告框架 */
.scdy-bgkj {
  background: #f1f3f1;
  padding: 55px 0 58px;
  margin-bottom: 60px;
}
.scdy-bgkj .bgkj-t {
  margin-bottom: 70px;
}
.scdy-bgkj .scdy-bgkj-b {
  width: 1000px;
  height: 325px;
  padding: 42px 43px 36px;
  box-sizing: border-box;
  margin: 0 auto;
  border: 1px dashed #275427;
}
.scdy-bgkj .scdy-bgkj-b h3 {
  font-weight: 400;
  margin-bottom: 30px;
  font-size: 14px;
}
.scdy-bgkj .scdy-bgkj-b p {
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  line-height: 1.8;
}

                    /*  乡村振兴横幅  */
.xczx-banner {
  /*margin-top: 86px;*/
  background: url("/style/imgs/xczx-banner.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 640px;
  padding-top: 200px;
  box-sizing: border-box;
}
.xczx-banner img {
  display: block;
  margin: 0 auto;
}
.xczx-banner .line {
  width: 195px;
  height: 2px;
  margin: 0 auto;
  background: #fff;
  margin-top: 60px;
  margin-bottom: 30px;
}
.xczx-banner p {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-family: "";
}

/* 乡村振兴 —— 振兴背景 */

.xczx-zxbj {
   margin: 60px auto;
   height: 200px;
   border: 1px dashed #052c53;
   box-sizing: border-box;
   width: 1050px;
}
.xczx-zxbj .xczx-zxbj-pic{
  float: left;
  height: 198px;
  width: 155px;
  background: url("/style/imgs/xczx-zxbj.jpg") center no-repeat;
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
  line-height: 198px;
  font-size: 21px;
  letter-spacing: 2px;
}
.xczx-zxbj p{
  float: right;
  width: 890px;
  font-size: 15px;
  padding: 35px 35px 0 35px;
  box-sizing: border-box;
  letter-spacing: 1px;
  line-height: 1.4;
}
/* 乡村振兴——五个振兴 */
.xczx-wgzx {
   margin-bottom: 60px;
}
.xczx-wgzx .wgzx-tit{
  height: 160px;
  background: url("/style/imgs/xczx-tit1.png") center bottom no-repeat;
  padding-top: 1px;
}
.xczx-wgzx .wgzx-tit h2{
  font-size: 28px;
  text-align: center;
  margin-top: 92px;
  letter-spacing: 2px;
}
.wgzx-b {
  display: flex;
  justify-content: space-between;
}
.wgzx-b .wgzx-box {
  width: 20%;
  height: 250px;
  padding: 25px;
  box-sizing: border-box;
  transition: all .35s ease-in-out;
}
.wgzx-b .wgzx-box img{
  width: 60px;
  display: block;
  margin: 0 auto;
}
.wgzx-b .wgzx-box h5{
  text-align: center;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 18px;
}
.wgzx-b .wgzx-box p{
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.5;
}
.wgzx-b .wgzx-box:hover {
  box-shadow: 0 2px 15px 3px  #dae5e9;
}
  /* 三步走 */
.xczx-sanbu {
  background: url("/style/imgs/xczx-sanbu.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.xczx-sanbu > div {
  padding: 22px 62px;
  box-sizing: border-box;
  position: relative;
}
.xczx-sanbu > div > p {
  padding: 9px;
  width: 387px;
  height: 76px;
  line-height: 1.6;
  font-size: 12px;
  background: #fff;
  margin-right: 100px;
  float: left;
  box-sizing: border-box;
}
.xczx-sanbu > div h4 {
  width: 128px;
  height: 36px;
  line-height: 36px;
  float: left;
  background: #7c0028;
  color: #fff;
  text-align: center;
  font-weight: 400;
  margin-top: 20px;
}
.xczx-sanbu > div ul {
  position: absolute;
  width: 402px;
  right: 31px;
  top: 20px;
}
.xczx-sanbu > div ul li{
  float: left;
  margin-right: 20px;
  width: 120px;
}
.xczx-sanbu > div ul li:nth-child(3){
  margin-right: 0px;
}
.xczx-sanbu > div ul li span{
  display: block;
  background: #fff;
  text-align: center;
  height: 22px;
    line-height: 22px;
    color: #5c5858;
}
.xczx-sanbu > div ul li p {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

/* 实施路径 —— pc */

.zxlj .zxlj-tit {
  height: 160px;
  background: url("/style/imgs/xczx-tit2.png") 90% center no-repeat;
  padding-top: 1px;
  margin-bottom: 20px;
}
.zxlj .zxlj-tit h2 {
  font-size: 28px;
  text-align: center;
  margin-top: 86px;
  letter-spacing: 2px;
}
.zxlj-b ul{
  display: flex;
  justify-content: space-between;
}
.zxlj-b ul li{
  width: 183px;
  position: relative;
  transition: all .4s;
}
.zxlj-b ul li .zxlj-show {
  width: 183px;
  height: 186px;
  text-align: center;
}
.zxlj-b ul li .zxlj-show img{
  width: 55px;
  height: 55px;
  margin-top: 50px;
}
.zxlj-b ul li .zxlj-show span{
  display: block;
  width: 65px;
  height: 6px;
  background: #fff;
  margin: 10px auto 18px;
}
.zxlj-b ul li .zxlj-show h3{
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}
.zxlj-b ul li .b1 {
  background:   
  url("/style/imgs/zxlj-pic1.jpg") 0 0 no-repeat
  ;
}
.zxlj-b ul li .b2 {
  background: url("/style/imgs/zxlj-pic2.jpg") 0 0 no-repeat;
}
.zxlj-b ul li .b3 {
  background: url("/style/imgs/zxlj-pic3.jpg") 0 0 no-repeat;
}
.zxlj-b ul li .b4 {
  background: url("/style/imgs/zxlj-pic4.jpg") 0 0 no-repeat;
}
.zxlj-b ul li .b5 {
  background: url("/style/imgs/zxlj-pic5.jpg") 0 0 no-repeat;
}
.zxlj-b ul li .zxlj-hide {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%,-50%);
  width: 270px;
  height: 266px;
  background: url("/style/imgs/zxlj-hover.png") center no-repeat;
  background-size: 100% ;
  display: none;
}
.zxlj-b ul li .zxlj-hide p{
  font-size: 14px;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  line-height: 1.4;
}
            
            /* 乡村分类 */
.xcfl .xcfl-tit {
  height: 160px;
  background: url("/style/imgs/xczx-tit3.png") 24% center no-repeat;
  padding-top: 1px;
}
.xcfl .xcfl-tit h2 {
  font-size: 28px;
  text-align: center;
  margin-top: 81px;
  letter-spacing: 2px;
}
.xcfl .swiper-slide {
  width: 100%;
  height: 440px;
  position: relative;
}
.xcfl .xcfl-swiper {
  position: relative;
}
.xcfl .swiper-slide .xcfl-text {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 150px;
  width: 100%;
  background: rgba(5, 45, 83, .6);
}
.xcfl .swiper-slide .xcfl-text > div {
  padding: 0 110px 0 30px;
  box-sizing: border-box;
  padding-top: 24px;
  box-sizing: border-box;
}
.xcfl .swiper-slide .xcfl-text h3 {
   color: #fff;
   width: 35%;
   float: left;
   font-size: 30px;
   font-weight: 400;
   letter-spacing: 2px;
}
.xcfl .swiper-slide .xcfl-text p {
   float: right;
   width: 64%;
   color: #fff;
   font-size: 14px;
   line-height: 1.6;
   letter-spacing: 1px;
}
.xcfl .swiper-slide img {
  width: 100%;
  height: 100%;
}
.xcfl .xcfl-swiper .swiper-pagination-bullets {
   left: 24%;
   bottom: 30px;
   transform: translate(-50%,0);
}
.xcfl .swiper-pagination-bullet {
  background: #fff;
  opacity: .5;
}
.xcfl .swiper-pagination-bullet-active {
  opacity: 1;
}
  /* 核心驱动力 */

.hxqd .hxqd-tit {
  height: 160px;
  background: url("/style/imgs/xczx-tit4.png") 90% center no-repeat;
  padding-top: 1px;
}
.hxqd .hxqd-tit h2 {
  font-size: 28px;
  text-align: center;
  margin-top: 88px;
  letter-spacing: 2px;
}
.hxqd ul {
  display: flex;
  justify-content: space-between;
}
.hxqd ul li{
  width: 218px;
  height: 346px;
  background: url("/style/imgs/hxqd-bg2.jpg") center no-repeat;
  position: relative;
  padding: 0 23px;
  box-sizing: border-box;
  transition: all .4s;
} 
.hxqd ul li:hover {
  margin-top: -20px;
}
.hxqd ul li:hover .core-hide{
  display: block;
}
.hxqd ul li:hover .core-show{
  display: none;
}
.hxqd ul li .core-hide {
  display: none;
}
.hxqd ul li h3{
  padding-top: 58px;
  text-align: center;
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 40px;
}
.hxqd ul li p {
  font-size: 13px;
  padding-left: 12px;
  line-height: 1.6;
  background: url("/style/imgs/smallSquare.png") left 8px no-repeat;
}
.hxqd ul li img{
  position: absolute;
  bottom: 20px;
  right: 30px;
  height: 56px;
}
/* 振兴目标 */
.zxmb .zxmb-tit {
  height: 160px;
  background: url("/style/imgs/xczx-tit5.png") 23% center no-repeat;
  padding-top: 1px;
}
.zxmb .zxmb-tit h2 {
  font-size: 28px;
  text-align: center;
  margin-top: 81px;
  letter-spacing: 2px;
}
.zxmb .zxmb-bg {
  height: 290px;
  position: relative;
}
.zxmb .zxmb-bg > img{
  width: 100%;
  height: 100%;
}
.zxmb .zxmb-bg .zxmb-tab {
   background: rgba(161, 164, 161, .84);
   width: 100%;
   height: 80px;
   position: absolute;
   bottom: 0;
   left: 0;
   padding-top: 20px;
   box-sizing: border-box;
}
.zxmb .zxmb-bg .zxmb-tab li {
  float: left;
  width: 150px;
  height: 38px;
  line-height: 38px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  margin-left: 56px;
  position: relative;
}
.zxmb .zxmb-bg .zxmb-tab .act {
  background: #052d53;
  color: #fff;
}
.zxmb .zxmb-bg .zxmb-tab li img {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%,0);
}
.zxmb .zxmb-table table {
	width: 1100px;
	/* border-top: none; */
	border-top: 10px solid #052d53;
	position: relative;
	top: -1px;
  margin-bottom: 30px;
  border-collapse: collapse;
  table-layout: fixed;
}

.zxmb .zxmb-table table tr {
	height: 103px;
}
.zxmb .zxmb-table table tr th {
  font-size: 20px;
}
.zxmb .zxmb-table table tr td{
   padding: 0 20px;
   
}

         /* 投资热点 */
.tzrd {
  margin-bottom: 60px;
} 
.tzrd .tzrd-tit {
  height: 160px;
  background: url("/style/imgs/xczx-tit6.png") 90% center no-repeat;
  padding-top: 1px;
}
.tzrd .tzrd-tit h2 {
  font-size: 28px;
  text-align: center;
  margin-top: 81px;
  letter-spacing: 2px;
}
.tzrd .tzrd-b ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tzrd .tzrd-b ul li{
   width: 200px;
   height: 224px;
   border: 1px solid #a1a4a1;
   margin-bottom: 25px;
   padding-top: 40px;
   box-sizing: border-box;
   transition: all .4s;
}
.tzrd .tzrd-b ul li:hover{
  box-shadow: -3px 2px 15px 1px #cadae0;
}
.tzrd .tzrd-b ul li img{
  display: block;
  margin: 0 auto;
}
.tzrd .tzrd-b ul li p{
  text-align: center;
  margin-top: 18px;
  font-size: 18px;
}

.xczx-need {
  background: #eaebec;
  padding: 30px 0;
}
.xczx-need .needs input,.xczx-need .needs textarea{
  background: none;
  border: 1px solid #5c5858;
}

   /* 特色小镇 —— 横幅 */
.tsxz-banner {
  /*margin-top: 86px;*/
  position: relative;
}
.tsxz-banner .swiper-slide {
  position: relative;
}
.tsxz-banner .swiper-slide > img{
  width: 100%;
}
.tsxz-banner .swiper-slide > div {
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%,-50%);
}
.tsxz-banner .swiper-slide h1{
  font-weight: 400;
  font-size: 50px;
  color: #fff;
}
.tsxz-banner .swiper-slide .line{
  width: 388px;
  height: 3px;
  background: #fff;
  margin-top: 35px;
}
.tsxz-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.tsxz-banner .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 55px;
}
.tsxz-banner .swiper-pagination-bullet {
  width: 32px;
  height: 6px;
  display: inline-block;
  border-radius: 0;
  background: #fff;
  opacity: .4;
}
.tsxz-banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

       /* 特色小镇 —— 什么是 */
.tsxz-what {
  height: 280px;
  box-shadow: -2px 1px 5px 1px  #cadae0;
  position: relative;
  margin-top: 80px;
  width: 980px;
  margin-bottom: 60px;
}

.tsxz-what h2{
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  padding-top: 27px;
  box-sizing: border-box;
  margin-bottom: 35px;
  margin-left: -20px;
}
.tsxz-what p{
  text-align: left;
  font-size: 14px;
  margin-left: 260px;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-right: 62px;
  position: relative;
  z-index: 9999;
}
.tsxz-what p a{
    font-weight: bold;
    color: #052d53;
    margin-left: 15px;
}
.tsxz-what img{
  position: absolute;
  top: -75px;
  left: -77px;
}
      /* 特色小镇 —— 政策解读 */
.tsxz-zcjd .tsxz-zcjd-tit{
  height: 210px;
  background: url("/style/imgs/tsxz-tit2.jpg") 0 0 no-repeat;
  margin-bottom: 50px;
}
.tsxz-zcjd .tsxz-zcjd-tit h2{
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  padding-top: 88px;
  box-sizing: border-box;
  margin-left: -20px;
}
.tsxz-zcjd .tsxz-zcjd-b {
  height: 448px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  background: url("/style/imgs/tsxz-zcjd-bg.jpg") center 9% no-repeat;
}
.tsxz-zcjd .tsxz-zcjd-b div {
  width: 50%;
  position: relative;
}

.tsxz-zcjd .tsxz-zcjd-b div h3{
  font-size: 24px;
  font-weight: 400;
  transition: all .4s;
  margin-bottom: 15px;
}
.tsxz-zcjd .tsxz-zcjd-b div p{
  transition: all .4s;
}
.tsxz-zcjd .tsxz-zcjd-b div .blue{
  color: #052d53;
}
.tsxz-zcjd .tsxz-zcjd-b div .hui{
  color: #aaa;
}
/* .tsxz-zcjd .tsxz-zcjd-b div img {
  position: absolute;
  transition: all .6s;
} */
.tsxz-zcjd .tsxz-zcjd-b .zcjd-box1 {
  box-sizing: border-box;
  text-align: center;
}
.tsxz-zcjd .tsxz-zcjd-b .zcjd-box2 {
  padding-left: 200px;
  box-sizing: border-box;
}
.tsxz-zcjd .tsxz-zcjd-b .zcjd-box3 {
  margin-top: 230px;
  width: 100%;
  text-align: center;
}
/* .tsxz-zcjd .tsxz-zcjd-b .zcjd-box1 img {
  bottom: -86px;
  right: -40px;
}
.tsxz-zcjd .tsxz-zcjd-b .zcjd-box1:hover  img{
  bottom: -70px;
  right: -30px;
}
.tsxz-zcjd .tsxz-zcjd-b .zcjd-box2 img {
  bottom: -150px;
  left: 38px;
}
.tsxz-zcjd .tsxz-zcjd-b .zcjd-box2:hover  img{
  bottom: -140px;
  left: 60px;
}
.tsxz-zcjd .tsxz-zcjd-b .zcjd-box3 img {
  top: -148px;
  left: 49%;
  transform: translate(-50%,0);
}
.tsxz-zcjd .tsxz-zcjd-b .zcjd-box3:hover img {
  top: -133px;
} */
        /* 特色小镇 —— 特色小镇申报基础条件  */

.tsxz-sbjc .tsxz-sbjc-t{
   height: 410px;
   background: url("/style/imgs/tsxz-sbjc.jpg") 0 0 no-repeat;
}
.tsxz-sbjc .tsxz-sbjc-t p{
  padding-top: 320px;
  text-align: center;
  font-size: 24px;
  margin-left: 70px;
}

.tsxz-sbjc .tsxz-sbjc-b {
  margin-bottom: 45px;
}
.tsxz-sbjc .tsxz-sbjc-b ul li{
  height: 176px;
  padding: 0 27px;
  margin-top: 45px;
}
.tsxz-sbjc .tsxz-sbjc-b ul li h3{
  float: left;
  width: 202px;
  height: 176px;
  background: url("/style/imgs/tsxz-sbtj-t.png") 0 0 no-repeat;
  color: #fff;
  line-height: 176px;
  font-size: 22px;
  font-weight: 400;
  padding-left: 33px;
  box-sizing: border-box;
}
.tsxz-sbjc .tsxz-sbjc-b ul li p{
  width: 810px;
  height: 176px;
  border: 2px solid #052657;
  border-radius: 10px;
  box-sizing: border-box;
  float: right;
  padding: 30px 30px 0 25px;
  font-family: "";
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 1px;
  text-indent: 2em;
}
       /* 特色小镇 —— 小镇类型 */
.tsxz-xztype .xztype-tit{
   height: 225px;
   background: url("/style/imgs/tsxz-tit3.jpg") 0 0 no-repeat;
   margin-bottom: 50px;
}
.tsxz-xztype .xztype-tit h2 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  padding-top: 108px;
  box-sizing: border-box;
}
.tsxz-xztype .xztype-b {
  margin-bottom: 30px;
}
.tsxz-xztype .xztype-b ul{
  display: flex;
  flex-wrap: wrap;
}
.tsxz-xztype .xztype-b ul li {
  width: 550px;
  height: 220px;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.tsxz-xztype .xztype-b ul .b1 {
  background: url("/style/imgs/xztype-1.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.tsxz-xztype .xztype-b ul .b2 {
  background: url("/style/imgs/xztype-2.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.tsxz-xztype .xztype-b ul .b3 {
  background: url("/style/imgs/xztype-3.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.tsxz-xztype .xztype-b ul .b4 {
  background: url("/style/imgs/xztype-4.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.tsxz-xztype .xztype-b ul .b5 {
  background: url("/style/imgs/xztype-5.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.tsxz-xztype .xztype-b ul .b6 {
  background: url("/style/imgs/xztype-6.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.tsxz-xztype .xztype-b ul li h4 {
  font-weight: 400;
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}
.tsxz-xztype .xztype-b ul li p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}
.tsxz-xztype .xztype-b ul li:nth-child(odd){
  padding: 60px 200px 0 45px;
  box-sizing: border-box;
}
.tsxz-xztype .xztype-b ul li:nth-child(odd) h4 {
  text-align: right;
}
.tsxz-xztype .xztype-b ul li:nth-child(even){
  padding: 60px 45px 0 200px;
  box-sizing: border-box;
}

             /* 特色小镇 —— 实施要素 */
.tsxz-ssys .tsxz-ssys-t{
 height: 210px;
 background: url("/style/imgs/tsxz-tit4.jpg") 0 0 no-repeat;
 padding-top: 92px;
 box-sizing: border-box;
 margin-bottom: 50px;
}
.tsxz-ssys .tsxz-ssys-t h2 {
  text-align: center;
  font-weight: 400;
  margin-left: -40px;
  font-size: 24px;
}
.tsxz-ssys .tsxz-ssys-b ul{
  display: flex;
  justify-content: space-between;
 margin-bottom: 50px;

}
.tsxz-ssys .tsxz-ssys-b ul li {
  width: 190px;
  height: 290px;
  background: url("/style/imgs/hxqd-bg2.jpg") center no-repeat;
  background-size: 100% 100%;
  position: relative;
  transition: all .5s;
}
.tsxz-ssys .tsxz-ssys-b ul li:hover {
  margin-top: -30px;
}
.tsxz-ssys .tsxz-ssys-b ul li:hover .show{
  display: none;
}
.tsxz-ssys .tsxz-ssys-b ul li:hover .hide{
  display: block;
}
.tsxz-ssys .tsxz-ssys-b ul li h5 {
  font-size: 17px;
  color: #fff;
  text-align: center;
  padding-top: 47px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.tsxz-ssys .tsxz-ssys-b ul li p {
  padding: 0 15px 0 30px;
  font-size: 12px;
  background: url("/style/imgs/smallSquare.png") 10% 13% no-repeat;
}
.tsxz-ssys .tsxz-ssys-b ul li img {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.tsxz-ssys .tsxz-ssys-b ul li .hide {
  display: none;
}
   /*  特色小镇 —— 申报方法  */
.tsxz-sbff .tsxz-sbff-t {
  height: 140px;
  background: url("/style/imgs/tsxz-tit5.jpg") 0 0 no-repeat;
  padding-top: 70px;
  box-sizing: border-box;
}
.tsxz-sbff .tsxz-sbff-t h2 {
  text-align: center;
  font-weight: 400;
  margin-right: -40px;
}
.tsxz-sbff .tsxz-sbff-b {
  margin-bottom: 65px;
}
.tsxz-sbff .tsxz-sbff-b .sbff-bg{
  height: 328px;
  background: url("/style/imgs/sbff-bg.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-bottom: 60px;
}
.tsxz-sbff .tsxz-sbff-b .sbff-bg .sbff-tab{
  width: 100%;
  height: 75px;
  background: rgba(161, 164, 161, .8);
  position: absolute;
  bottom: 0;
  left: 0;
  
}
.tsxz-sbff .tsxz-sbff-b .sbff-bg .sbff-tab ul{
  display: flex;
  justify-content: center;
  height: 75px;
  border-bottom: 5px solid #052d53;
  box-sizing: border-box;
}
.tsxz-sbff .tsxz-sbff-b .sbff-bg .sbff-tab ul .act{
  background: #052d53;
  color: #fff;
}
.tsxz-sbff .tsxz-sbff-b .sbff-bg .sbff-tab li {
  margin: 0px 30px;
  margin-top: 20px;
  width: 150px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  position: relative;
}
.tsxz-sbff .tsxz-sbff-b .sbff-bg .sbff-tab li img{
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%,0);
}
.tsxz-sbff .tsxz-sbff-b .sbff-change {
  position: relative;
  height: 300px;
}
.tsxz-sbff .tsxz-sbff-b .sbff-change .sbff-box{
  position: absolute;
  left: 0;
  top: 0;
}
.tsxz-sbff .tsxz-sbff-b .sbff-change .sbff-box1{
  display: flex;
  justify-content: center;
}
.tsxz-sbff .tsxz-sbff-b .sbff-change .sbff-box1 > div{
  margin: 0 40px;
  border: 1px dashed #000;
  padding: 10px 20px;
  box-sizing: border-box;
  width: 392px;
  height: 286px;
}
.tsxz-sbff .tsxz-sbff-b .sbff-change .sbff-box1 .down1 {
  height: 100%;
  background: url("/style/imgs/down1.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.tsxz-sbff .tsxz-sbff-b .sbff-change .sbff-box1 .down2 {
  background: url("/style/imgs/down2.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
  height: 100%;

}
.tsxz-sbff .tsxz-sbff-b .sbff-change .sbff-box1 div p{
  text-align: center;
  color: #fff;
  padding-top: 56px;
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 45px;
}
.tsxz-sbff .tsxz-sbff-b .sbff-change .sbff-box1 div a{
  display: block;
  width: 130px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #fff;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  transition: all .3s;
}
.tsxz-sbff .tsxz-sbff-b .sbff-change .sbff-box1 div a:hover{
  background: #fff;
  color: #000;
}
.tsxz-sbff .tsxz-sbff-b .sbff-change .sbff-box2 ul{
  display: flex;
  justify-content: space-between;
}
.tsxz-sbff .tsxz-sbff-b .sbff-change .sbff-box2 ul li{
  width: 250px;
  height: 330px;
}
.tsxz-sbff .tsxz-sbff-b .sbff-change .sbff-box2 ul li h4{
  font-size: 18px;
  text-align: center;
  font-weight: 400;
}
.tsxz-sbff .tsxz-sbff-b .sbff-change .sbff-box2 ul li img{
  display: block;
  margin: 20px auto;
}
.tsxz-sbff .tsxz-sbff-b .sbff-change .sbff-box2 ul li p{
  text-align: center;
  font-size: 14px;
}

               /* 产业园区 —— 横幅 */
.cyyq-banner {
  position: relative;
  margin-bottom: 45px;
  /*margin-top: 86px;*/
}
.cyyq-banner > img{
   width: 100%;
   max-height: 640px;
}
.cyyq-banner > div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.cyyq-banner > div p{
  font-size: 24px;
  color: #fff;
  font-family: "";
  letter-spacing: 2px;
}
.cyyq-banner > div img {
  margin-bottom: 22px;
}

     /*  产业园区 —— 导语  */
.cyyq-tit{
  text-align: center;
  position: relative;
}
.cyyq-tit span{
  width: 450px;
  height: 1px;
  background: #cdcfd4;
  display: inline-block;
  
}
.cyyq-tit .line1{
  position: absolute;
  left: 0;
  bottom: 10px;
}
.cyyq-tit .line2{
  position: absolute;
  right: 0;
  bottom: 10px;
}
.cyyq-tit h2{
  font-size: 23px;
  margin-bottom: 6px;
  font-weight: 400;
  letter-spacing: 2px;
}
.cyyq-tit p{
  color: #b8b8b8;
  font-size: 15px;
}

.cyyq-dy-b {
  width: 1000px;
  height: 184px;
  margin: 0 auto;
  margin-top: 45px;
  box-shadow: -4px 5px 10px 2px #c6d6e0;
  margin-bottom: 40px;
  font-family: "";
  padding: 30px 40px 0 35px;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 1px;
}

           /* 产业园区 —— 规划目的 */
.cyyq-ghmd .cyyq-ghmd-b{
  height: 470px;
  background: url("/style/imgs/ghmd-bg.png") center no-repeat;
  position: relative;
}
.cyyq-ghmd .cyyq-ghmd-b .ghmd-list {
  width: 160px;
  height: 35px;
  box-shadow: -4px 3px 10px 2px #cfdee5;
  line-height: 35px;
  border-radius: 10px;
  position: absolute;
  transition: all .4s;
  display: -moz-box;
  display: -webkit-box;
  -moz-box-align: center;
  -webkit-box-align: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
}
.cyyq-ghmd .cyyq-ghmd-b .list1 {
  top: 35px;
  left: 29.2%;
  transform: translate(-50%,0);
}
.cyyq-ghmd .cyyq-ghmd-b .list1:hover {
  top: 26px;
  left: 19.2%;
}
.cyyq-ghmd .cyyq-ghmd-b .list2 {
  top: 35px;
  left: 70.8%;
  transform: translate(-50%,0);
}
.cyyq-ghmd .cyyq-ghmd-b .list2:hover {
  top: 26px;
  left:81.8%;
}
.cyyq-ghmd .cyyq-ghmd-b .list3 {
  top: 142px;
  left: 20.1%;
  transform: translate(-50%,0);
}
.cyyq-ghmd .cyyq-ghmd-b .list4 {
  top: 142px;
  left: 80%;
  transform: translate(-50%,0);
}
.cyyq-ghmd .cyyq-ghmd-b .list5 {
  top: 292px;
  left: 20%;
  transform: translate(-50%,0);
}
.cyyq-ghmd .cyyq-ghmd-b .list6 {
  top: 292px;
  left: 80%;
  transform: translate(-50%,0);
}
.cyyq-ghmd .cyyq-ghmd-b .list7 {
  bottom: 38px;
  left: 29.3%;
  transform: translate(-50%,0);
}
.cyyq-ghmd .cyyq-ghmd-b .list8 {
  bottom: 38px;
  left: 70.8%;
  transform: translate(-50%,0);
}
.cyyq-ghmd .cyyq-ghmd-b .list3:hover {
  top: 133px;
  left:9.1%;
}
.cyyq-ghmd .cyyq-ghmd-b .list4:hover {
  top: 133px;
  left:91%;
}
.cyyq-ghmd .cyyq-ghmd-b .list5:hover {
  top: 280px;
  left:10%;
}
.cyyq-ghmd .cyyq-ghmd-b .list6:hover {
  top: 280px;
  left:90%;
}
.cyyq-ghmd .cyyq-ghmd-b .list7:hover {
  left:19.3%;
  bottom: 26px;
}
.cyyq-ghmd .cyyq-ghmd-b .list8:hover {
  left:80.8%;
  bottom: 26px;
}

.cyyq-ghmd .cyyq-ghmd-b .ghmd-list:hover {
  width: 360px;
  height: 60px;
  padding: 0px 40px 0 40px;
  background: #052d53;
  box-sizing: border-box;
}
.cyyq-ghmd .cyyq-ghmd-b .ghmd-list:hover h4{
  display: none;
}
.cyyq-ghmd .cyyq-ghmd-b .ghmd-list:hover p{
  display: block;
}

.cyyq-ghmd .cyyq-ghmd-b .ghmd-list p{
  display: none;
  color: #fff;
  font-family: "";
  font-size: 13px;
  line-height: 1.4;
}
.cyyq-ghmd .cyyq-ghmd-b .ghmd-list h4{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
}

      /* 产业园区 —— 服务领域 */
.cyyq-fwly {
  margin-top: 50px;
}
.cyyq-fwly .cyyq-fwly-b {
  margin-top: 55px;
  margin-bottom: 70px;
}
.cyyq-fwly .cyyq-fwly-b ul{
  display: flex;
  justify-content: space-between;
}
.cyyq-fwly .cyyq-fwly-b ul li{
  width: 240px;
  height: 229px;
  box-shadow: -4px 5px 10px 5px #dee7ee;
  padding-top: 50px;
  box-sizing: border-box;
}
.cyyq-fwly .cyyq-fwly-b ul li h4{
  text-align: center;
  font-size: 20px;
  font-family: "";
  margin-bottom: 10px;
  margin-left: -20px;
}
.cyyq-fwly .cyyq-fwly-b ul li p{
  width: 179px;
  margin-left: 22px;
  font-size: 15px;
  font-family: "";
}
.cyyq-fwly .cyyq-fwly-b .b1 {
  background: url("/style/imgs/cyyq-fwly-1.png") center no-repeat;
  background-size: 100% 100%;
}
.cyyq-fwly .cyyq-fwly-b .b2 {
  background: url("/style/imgs/cyyq-fwly-2.png") center no-repeat;
  background-size: 100% 100%;
}
.cyyq-fwly .cyyq-fwly-b .b3 {
  background: url("/style/imgs/cyyq-fwly-3.png") center no-repeat;
  background-size: 100% 100%;
}
.cyyq-fwly .cyyq-fwly-b .b4 {
  background: url("/style/imgs/cyyq-fwly-4.png") center no-repeat;
  background-size: 100% 100%;
}

            /* 产业园区 —— 产业园区分类 */
.cyyq-yqtype .yqtype-b{
  background: url("/style/imgs/cyyq-yqtype.png") center  no-repeat;
  position: relative;
}
.cyyq-yqtype .yqtype-b div{
  display: -moz-box;
  display: -webkit-box;
  -moz-box-align: center;
  -webkit-box-align: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  font-family: "";
}
.cyyq-yqtype .yqtype-b .yqtype-box1{
  width: 630px;
  height: 73px;
  background: #052d53;
  color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%,0);
  font-size: 14px;
  padding: 0 35px;
  box-sizing: border-box;
}
.cyyq-yqtype .yqtype-b .yqtype-box2{
  width: 260px;
  height: 73px;
  background: #052d53;
  color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 62%;
  left: 23%;
  font-size: 14px;
  transform: translate(-50%,0);  
  padding: 0 15px;
  box-sizing: border-box;
}
.cyyq-yqtype .yqtype-b .yqtype-box3{
  width: 260px;
  height: 73px;
  background: #052d53;
  color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 62%;
  left: 77%;
  font-size: 14px;
  transform: translate(-50%,0);
  padding: 0 15px;
  box-sizing: border-box;
}
#cyyq-body {
  background: #fff;
}

.cyyq-yqtype .yqtype-b {
  height: 600px;
}




/* 产业园区 —— 产业地产覆盖 */
.cyyq-cydc .cydc-b {
  height: 660px;
  position: relative;

}
.cyyq-cydc .cydc-b .cydc-list1 {
  width: 800px;
  margin: 0 auto;
  
  box-sizing: border-box;

}
.cyyq-cydc .cydc-b .cydc-list1 li {
  width: 167px;
  height: 204px;
  position: relative;
  margin-right: 130px;
  float: left;
}
.cyyq-cydc .cydc-b .cydc-list1 li:nth-child(3n) {
  margin-right: 0;
}
.cyyq-cydc .cydc-b .cydc-list1 li h4{
  font-weight: 400;
  color: #fff;
  font-size: 22px;
  width: 120px;
  text-align: center;
  letter-spacing: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.cyyq-cydc .cydc-b .cydc-list1 li > img {
   opacity: 0;
   margin-top: 30px;
}
.cyyq-cydc .cydc-b .cydc-list1 li:hover > img{
  opacity: 0.5;
}
.cyyq-cydc .cydc-b .cydc-list1 li:hover div,
.cyyq-cydc .cydc-b .cydc-list2 li:hover div{
  opacity: 1;
  display: block;
}

.cyyq-cydc .cydc-b .cydc-list1 .b1 {
  background: url("/style/imgs/cyfg-1.png") center no-repeat;
  background-size: 100%;
}
.cyyq-cydc .cydc-b .cydc-list1 .b2 {
  background: url("/style/imgs/cyfg-2.png") center no-repeat;
  background-size: 100%;
}
.cyyq-cydc .cydc-b .cydc-list1 .b3 {
  background: url("/style/imgs/cyfg-3.png") center no-repeat;
  background-size: 100%;
}
.cyyq-cydc .cydc-b .cydc-list2 .b4 {
  background: url("/style/imgs/cyfg-4.png") center no-repeat;
  background-size: 100%;
}
.cyyq-cydc .cydc-b .cydc-list2 .b5 {
  background: url("/style/imgs/cyfg-5.png") center no-repeat;
  background-size: 100%;
}
.cyyq-cydc .cydc-b .cydc-list2 .b6 {
  background: url("/style/imgs/cyfg-6.png") center no-repeat;
  background-size: 100%;
}
.cyyq-cydc .cydc-b .cydc-list2 .b7 {
  background: url("/style/imgs/cyfg-7.png") center no-repeat;
  background-size: 100%;
}
.cyyq-cydc .cydc-b .cydc-list1 .b8 {
  background: url("/style/imgs/cyfg-8.png") center no-repeat;
  background-size: 100%;
}
.cyyq-cydc .cydc-b .cydc-list1 .b9 {
  background: url("/style/imgs/cyfg-9.png") center no-repeat;
  background-size: 100%;
}
.cyyq-cydc .cydc-b .cydc-list1 .b10 {
  background: url("/style/imgs/cyfg-10.png") center no-repeat;
  background-size: 100%;
}
.cyyq-cydc .cydc-b .cydc-list1 li div{
  transition: all .3s;
}

.cyyq-cydc .cydc-b .cydc-list1 .b1 div{
  top: -68px;
  left: -3px;
  opacity: 0;
  display: none;
}
.cyyq-cydc .cydc-b .cydc-list1 .b2 div{
  top: -68px;
  opacity: 0;
  display: none;
  left: -139px;
}
.cyyq-cydc .cydc-b .cydc-list1 .b2 div p{
  left: 50%;
  top: 50%;
}
.cyyq-cydc .cydc-b .cydc-list1 .b3 div{
  top: -68px;
  opacity: 0;
  display: none;
  left: -455px;
}
.cyyq-cydc .cydc-b .cydc-list1 .b3 div p{
  left: 40%;
  top: 50%;
}
.cyyq-cydc .cydc-b .cydc-list2 .b4 div{
  top: -203px;
  opacity: 0;
  display: none;
  left: 42px;
}
.cyyq-cydc .cydc-b .cydc-list2 .b4 div p{
  left: 29%;
  top: 17%;
}
.cyyq-cydc .cydc-b .cydc-list2 .b5 div{
  top: -203px;
  opacity: 0;
  display: none;
  left: 42px;
}
.cyyq-cydc .cydc-b .cydc-list2 .b5 div p{
  left: 29%;
  top: 17%;
}
.cyyq-cydc .cydc-b .cydc-list2 .b6 div{
  top: -203px;
  display: none;
  opacity: 0;
  left: -455px;
}
.cyyq-cydc .cydc-b .cydc-list2 .b6 div p{
  left: 14%;
  top: 17%;
}
.cyyq-cydc .cydc-b .cydc-list2 .b7 div{
  top: -203px;
  opacity: 0;
  display: none;
  left: -478px;
}
.cyyq-cydc .cydc-b .cydc-list2 .b7 div p{
  left: 14%;
  top: 17%;
}
.cyyq-cydc .cydc-b .cydc-list1 .b8 div{
  bottom: -80px;
  opacity: 0;
  display: none;
  left: 13px;
}
.cyyq-cydc .cydc-b .cydc-list1 .b8 div p{
  left: 60%;
  top: 50%;
}
.cyyq-cydc .cydc-b .cydc-list1 .b9 div{
  bottom: -80px;
  display: none;
  opacity: 0;
  left: -141px;
}
.cyyq-cydc .cydc-b .cydc-list1 .b9 div p{
  left: 50%;
  top: 50%;
}
.cyyq-cydc .cydc-b .cydc-list1 .b10 div{
  bottom: -80px;
  display: none;
  opacity: 0;
  left: -446px;
}
.cyyq-cydc .cydc-b .cydc-list1 .b10 div p{
  left: 40%;
  top: 50%;
}
.cyyq-cydc .cydc-b .cydc-list1 li div,
.cyyq-cydc .cydc-b .cydc-list2 li div{
  position: absolute;
}
.cyyq-cydc .cydc-b .cydc-list1 li div p{
  position: absolute;
  left: 60%;
  top: 46%;
  transform: translate(-50%,-50%);
  width: 360px;
  font-size: 13px;
  font-family: "";
}
.cyyq-cydc .cydc-b .cydc-list2 li div p{
  position: absolute;
  width: 360px;
  font-size: 13px;
}
.cyyq-cydc .cydc-b .cydc-list2 {
  width: 1050px;
  position: absolute;
  top: 230px;
  left: 0;
  display: flex;
  justify-content: space-between;
}
.cyyq-cydc .cydc-b .cydc-list2 li{
  width: 167px;
  height: 144px;
  position: relative;
}
.cyyq-cydc .cydc-b .cydc-list2 li h4{
  font-weight: 400;
  color: #fff;
  font-size: 22px;
  width: 120px;
  text-align: center;
  letter-spacing: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.cyyq-cydc .cydc-b .cydc-list2 li > img{
  opacity: 0;
}
.cyyq-cydc .cydc-b .cydc-list2 li:hover > img{
  opacity: 0.5;
}
.cyyq-cydc .cydc-b .cydc-list2 li div{
  transition: all .3s;
}
/* 产业园区 —— 以上代码有问题 待排除 */




/* 产业园区 —— 产业地产覆盖 */
.cyyq-cydc .cydc-b {
  height: 560px;
  position: relative;
}
.cyyq-cydc .cydc-b .cydc-list1 {
  width: 800px;
  margin: 0 auto;
  padding-top: 90px;
  box-sizing: border-box;
}
.cyyq-cydc .cydc-b .cydc-list1 li {
  width: 167px;
  height: 204px;
  position: relative;
  margin-right: 130px;
  float: left;
}
.cyyq-cydc .cydc-b .cydc-list1 li:nth-child(3n) {
  margin-right: 0;
}
.cyyq-cydc .cydc-b .cydc-list1 li h4{
  font-weight: 400;
  color: #fff;
  font-size: 22px;
  width: 120px;
  text-align: center;
  letter-spacing: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.cyyq-cydc .cydc-b .cydc-list1 li > img {
   opacity: 0;
   margin-top: 30px;
}
.cyyq-cydc .cydc-b .cydc-list1 li:hover > img{
  opacity: 0.5;
}
.cyyq-cydc .cydc-b .cydc-list1 li:hover div,
.cyyq-cydc .cydc-b .cydc-list2 li:hover div{
  opacity: 1;
  display: block;
}

.cyyq-cydc .cydc-b .cydc-list1 .b1 {
  background: url("/style/imgs/cyfg-1.png") center no-repeat;
  background-size: 100%;
}
.cyyq-cydc .cydc-b .cydc-list1 .b2 {
  background: url("/style/imgs/cyfg-2.png") center no-repeat;
  background-size: 100%;
}
.cyyq-cydc .cydc-b .cydc-list1 .b3 {
  background: url("/style/imgs/cyfg-3.png") center no-repeat;
  background-size: 100%;
}
.cyyq-cydc .cydc-b .cydc-list2 .b4 {
  background: url("/style/imgs/cyfg-4.png") center no-repeat;
  background-size: 100%;
}
.cyyq-cydc .cydc-b .cydc-list2 .b5 {
  background: url("/style/imgs/cyfg-5.png") center no-repeat;
  background-size: 100%;
}
.cyyq-cydc .cydc-b .cydc-list2 .b6 {
  background: url("/style/imgs/cyfg-6.png") center no-repeat;
  background-size: 100%;
}
.cyyq-cydc .cydc-b .cydc-list2 .b7 {
  background: url("/style/imgs/cyfg-7.png") center no-repeat;
  background-size: 100%;
}
.cyyq-cydc .cydc-b .cydc-list1 .b8 {
  background: url("/style/imgs/cyfg-8.png") center no-repeat;
  background-size: 100%;
}
.cyyq-cydc .cydc-b .cydc-list1 .b9 {
  background: url("/style/imgs/cyfg-9.png") center no-repeat;
  background-size: 100%;
}
.cyyq-cydc .cydc-b .cydc-list1 .b10 {
  background: url("/style/imgs/cyfg-10.png") center no-repeat;
  background-size: 100%;
}
.cyyq-cydc .cydc-b .cydc-list1 li div{
  transition: all .3s;
}

.cyyq-cydc .cydc-b .cydc-list1 .b1 div{
  top: -68px;
  left: -3px;
  opacity: 0;
  display: none;
}
.cyyq-cydc .cydc-b .cydc-list1 .b2 div{
  top: -68px;
  opacity: 0;
  display: none;
  left: -139px;
}
.cyyq-cydc .cydc-b .cydc-list1 .b2 div p{
  left: 50%;
  top: 50%;
}
.cyyq-cydc .cydc-b .cydc-list1 .b3 div{
  top: -68px;
  opacity: 0;
  display: none;
  left: -455px;
}
.cyyq-cydc .cydc-b .cydc-list1 .b3 div p{
  left: 40%;
  top: 50%;
}
.cyyq-cydc .cydc-b .cydc-list2 .b4 div{
  top: -203px;
  opacity: 0;
  display: none;
  left: 42px;
}
.cyyq-cydc .cydc-b .cydc-list2 .b4 div p{
  left: 29%;
  top: 17%;
}
.cyyq-cydc .cydc-b .cydc-list2 .b5 div{
  top: -203px;
  opacity: 0;
  display: none;
  left: 42px;
}
.cyyq-cydc .cydc-b .cydc-list2 .b5 div p{
  left: 29%;
  top: 17%;
}
.cyyq-cydc .cydc-b .cydc-list2 .b6 div{
  top: -203px;
  display: none;
  opacity: 0;
  left: -455px;
}
.cyyq-cydc .cydc-b .cydc-list2 .b6 div p{
  left: 14%;
  top: 17%;
}
.cyyq-cydc .cydc-b .cydc-list2 .b7 div{
  top: -203px;
  opacity: 0;
  display: none;
  left: -478px;
}
.cyyq-cydc .cydc-b .cydc-list2 .b7 div p{
  left: 14%;
  top: 17%;
}
.cyyq-cydc .cydc-b .cydc-list1 .b8 div{
  bottom: -80px;
  opacity: 0;
  display: none;
  left: 13px;
}
.cyyq-cydc .cydc-b .cydc-list1 .b8 div p{
  left: 60%;
  top: 50%;
}
.cyyq-cydc .cydc-b .cydc-list1 .b9 div{
  bottom: -80px;
  display: none;
  opacity: 0;
  left: -141px;
}
.cyyq-cydc .cydc-b .cydc-list1 .b9 div p{
  left: 50%;
  top: 50%;
}
.cyyq-cydc .cydc-b .cydc-list1 .b10 div{
  bottom: -80px;
  display: none;
  opacity: 0;
  left: -446px;
}
.cyyq-cydc .cydc-b .cydc-list1 .b10 div p{
  left: 40%;
  top: 50%;
}
.cyyq-cydc .cydc-b .cydc-list1 li div,
.cyyq-cydc .cydc-b .cydc-list2 li div{
  position: absolute;
}
.cyyq-cydc .cydc-b .cydc-list1 li div p{
  position: absolute;
  left: 60%;
  top: 46%;
  transform: translate(-50%,-50%);
  width: 360px;
  font-size: 13px;
  font-family: "黑体";
}
.cyyq-cydc .cydc-b .cydc-list2 li div p{
  position: absolute;
  width: 360px;
  font-size: 13px;
}
.cyyq-cydc .cydc-b .cydc-list2 {
  width: 1050px;
  position: absolute;
  top: 230px;
  left: 0;
  display: flex;
  justify-content: space-between;
}
.cyyq-cydc .cydc-b .cydc-list2 li{
  width: 167px;
  height: 144px;
  position: relative;
}
.cyyq-cydc .cydc-b .cydc-list2 li h4{
  font-weight: 400;
  color: #fff;
  font-size: 22px;
  width: 120px;
  text-align: center;
  letter-spacing: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.cyyq-cydc .cydc-b .cydc-list2 li > img{
  opacity: 0;
}
.cyyq-cydc .cydc-b .cydc-list2 li:hover > img{
  opacity: 0.5;
}
.cyyq-cydc .cydc-b .cydc-list2 li div{
  transition: all .3s;
}




      /* 产业园区 —— 规划编制步骤 */
.cyyq-ghbz .cyyq-ghbz-b .ghbz-tab{
  height: 67px;
  margin-top: 33px;
  display: flex;

}
.cyyq-ghbz .cyyq-ghbz-b .ghbz-tab li{
  width: 20%;
  background: #cdced2;
  box-sizing: border-box;
  border-right: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cyyq-ghbz .cyyq-ghbz-b .ghbz-tab li:nth-child(1){
  border-radius: 10px 0 0 10px;

}
.cyyq-ghbz .cyyq-ghbz-b .ghbz-tab li:nth-child(5){
  border-right: none;
  border-radius: 0 10px 10px 0;
}
.cyyq-ghbz .cyyq-ghbz-b .ghbz-tab li img{
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.cyyq-ghbz .cyyq-ghbz-b .ghbz-tab li span{
  display: inline-block;
  text-align: center;
}
.cyyq-ghbz .cyyq-ghbz-b .ghbz-tab .act {
  background: #052d53;
}
.cyyq-ghbz .cyyq-ghbz-b .ghbz-tab .act span{
  color: #fff;
}
.cyyq-ghbz .cyyq-ghbz-b .ghbz-text{
  height: 390px;
  position: relative;
  margin-bottom: 40px;
}
.cyyq-ghbz .cyyq-ghbz-b .ghbz-text .ghbz-text-box{
  padding: 100px 80px 0 150px;
  width: 100%;
  height: 390px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.cyyq-ghbz .cyyq-ghbz-b .ghbz-text .b1{
  background: url("/style/imgs/gh-step-bg1.png") center no-repeat;
  background-size: 100% 100%;
}
.cyyq-ghbz .cyyq-ghbz-b .ghbz-text .b2{
  background: url("/style/imgs/gh-step-bg2.png") center no-repeat;
  background-size: 100% 100%;
}
.cyyq-ghbz .cyyq-ghbz-b .ghbz-text .b3{
  background: url("/style/imgs/gh-step-bg3.png") center no-repeat;
  background-size: 100% 100%;
}
.cyyq-ghbz .cyyq-ghbz-b .ghbz-text .b4{
  background: url("/style/imgs/gh-step-bg4.png") center no-repeat;
  background-size: 100% 100%;
}
.cyyq-ghbz .cyyq-ghbz-b .ghbz-text .b5{
  background: url("/style/imgs/gh-step-bg5.png") center no-repeat;
  background-size: 100% 100%;
}
.cyyq-ghbz .cyyq-ghbz-b .ghbz-text .ghbz-text-box h3{
  font-size: 19px;
  font-family: "";
  margin-bottom: 30px;
}
.cyyq-ghbz .cyyq-ghbz-b .ghbz-text .ghbz-text-box p{
  font-size: 16px;
  font-family: "";
  margin-bottom: 30px;
}

   /* 产业园区 —— 规划原则 */
.cyyq-ghyz .cyyq-ghyz-b {
   margin-top: 30px;
   overflow: hidden;
   margin-bottom: 70px;
}
.cyyq-ghyz .cyyq-ghyz-b ul li{
  float: left;
  margin-right: 30px;
}
.cyyq-ghyz .cyyq-ghyz-b ul li .box1,
  .cyyq-ghyz .cyyq-ghyz-b ul li .box2 {
  float: left;
}
.cyyq-ghyz .cyyq-ghyz-b ul li .box1 {
  width: 76px;
  height: 342px;
  background: url("/style/imgs/cyyq-ghyz-bg1.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
  padding-top: 20px;
  box-sizing: border-box;
  margin-right: 6px;
  cursor: pointer;
}
.cyyq-ghyz .cyyq-ghyz-b ul .ghyz-list2 .box1 {
  background: url("/style/imgs/cyyq-ghyz-bg2.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.cyyq-ghyz .cyyq-ghyz-b ul .ghyz-list3 .box1 {
  background: url("/style/imgs/cyyq-ghyz-bg3.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.cyyq-ghyz .cyyq-ghyz-b ul .ghyz-list4 .box1 {
  background: url("/style/imgs/cyyq-ghyz-bg4.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.cyyq-ghyz .cyyq-ghyz-b ul .ghyz-list5 .box1 {
  background: url("/style/imgs/cyyq-ghyz-bg5.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.cyyq-ghyz .cyyq-ghyz-b ul li .box1 img{
  display: block;
  margin: 0 auto;
}
.cyyq-ghyz .cyyq-ghyz-b ul li .box1 p{
  width: 20px;
  margin: 0 auto;
  font-size: 19px;
  color: #fff;
  margin-top: 25px;
  line-height: 1.6;
}
.cyyq-ghyz .cyyq-ghyz-b ul li .box2 {
  width: 510px;
  height: 342px;
  background: url("/style/imgs/cyyq-ghyz-bg-a1.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
  transition: all .4s;
}
.cyyq-ghyz .cyyq-ghyz-b ul .ghyz-list2 .box2 {
  background: url("/style/imgs/cyyq-ghyz-bg-a2.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.cyyq-ghyz .cyyq-ghyz-b ul .ghyz-list3 .box2 {
  background: url("/style/imgs/cyyq-ghyz-bg-a3.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.cyyq-ghyz .cyyq-ghyz-b ul .ghyz-list4 .box2 {
  background: url("/style/imgs/cyyq-ghyz-bg-a4.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.cyyq-ghyz .cyyq-ghyz-b ul .ghyz-list5 .box2 {
  background: url("/style/imgs/cyyq-ghyz-bg-a5.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.cyyq-ghyz .cyyq-ghyz-b ul li .box2 p{
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.6;
  padding: 80px 30px 0 30px;
  box-sizing: border-box;
  font-family: "";
}
     /* 产业园区 —— 报告结构 */
.cyyq-bgjg {
  height: 555px;
  width: 100%;
  background: url("/style/imgs/cyyq-bgjg.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
  padding-top: 60px;
  box-sizing: border-box;
}
.cyyq-bgjg .cyyq-tit h2,
.cyyq-bgjg .cyyq-tit p
{
  color: #fff;
}
.cyyq-bgjg .cyyq-bgjg-b p{
  color: #fff;
  width: 940px;
  margin: 0 auto;
  margin-top: 75px;
  margin-bottom: 45px;
  text-align: center;
  line-height: 2;
  font-size: 19px;
  font-family: "";
}

     /* 物流运输 —— 横幅 */
.wlys-banner {
  /*margin-top: 86px;
  margin-bottom: 50px;
  */
}
.wlys-banner .swiper-slide {
  position: relative;
}
.wlys-banner .swiper-slide img{
  width: 100%;
}
.wlys-banner .swiper-slide > div{
  position: absolute;
  top: 60%;
  left: 52%;
  transform: translate(-50%,-50%);
}
.wlys-banner .swiper-slide > div h1{
  font-size: 55px;
  font-weight: 400;
  letter-spacing: 6px;
  color: #fff;
  font-family: "";
}
.wlys-banner .swiper-slide > div .line{
  width: 240px;
  height: 5px;
  background: #fff;
  margin-top: 20px;
}
     /* 物流运输 —— 标题 */
.wlys-tit {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.wlys-tit h2{
  font-weight: 400;
  font-size: 23px;
}
.wlys-tit span{
  position: absolute;
  width: 380px;
  height: 1px;
  background: #cdcfd4;
}
.wlys-tit .line1{
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
}
.wlys-tit .line2{
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
}

/* 物流运输 —— 产业背景 */
.wlys-cybj .wlys-cybj-b{
  background: url("/style/imgs/wlys-cybj-bg.png") center no-repeat;
  height: 260px;
  margin-bottom: 30px;
}
.wlys-cybj .wlys-cybj-b p{
  width: 900px;
  margin: 0 auto;
  padding-top: 80px;
  box-sizing: border-box;
  font-family: "";
  font-size: 17px;
  line-height: 1.8;
}

/* 物流运输 —— 主要类别 */
.wlys-zylb .wlys-zylb-b p {
  width: 800px;
  margin: 40px auto;
  background: #fff;
  height: 167px;
  border-radius: 10px;
  box-shadow: 0 2px 10px 2px #d5e0e8;
  padding: 30px 20px 0;
  box-sizing: border-box;
  font-family: "";
  line-height: 1.6;
  text-align: center;
}
.wlys-zylb .wlys-zylb-b .wlys-zywl-tit {
  border-radius: 10px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  background: #052d53;
  padding: 10px 30px;
  margin-bottom: 20px;
}
.wlys-zylb .wlys-zylb-b ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.wlys-zylb .wlys-zylb-b ul li{
  width: 350px;
  border: 2px solid #a3a5a6;
  padding-bottom: 20px;
  transition: all .3s;
}
.wlys-zylb .wlys-zylb-b ul li:hover{
  border: 2px solid #052d53;
}
.wlys-zylb .wlys-zylb-b ul li:hover h3{
  background: #052d53;
  color: #fff;
}
.wlys-zylb .wlys-zylb-b ul li h3{
  transition: all .3s;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background: #a3a5a6;
  font-size: 18px;
  letter-spacing: 4px;
  margin-bottom: 30px;
}
.wlys-zylb .wlys-zylb-b ul li div {
  padding-left: 10px;
  box-sizing: border-box;
}
.wlys-zylb .wlys-zylb-b ul li div span{
  display: inline-block;
  width: 109px;
}
.wlys-zylb .wlys-zylb-b ul li div span:nth-child(4){
  display: inline-block;
  width: 80px;
}
.wlys-zylb .wlys-zylb-b ul li div .ysfw-more{
  position: absolute;
  bottom: -20px;
  right: 40px;
}
.wlys-zylb .wlys-zylb-b ul li div span{
  font-family: "";
}
.wlys-zylb .wlys-zylb-b ul li div img{
  vertical-align: middle;
  width: 60px;
}

/* 物流运输 —— 行业特征 */
.wlys-hytz .wlys-hytz-b {
  position: relative;
  padding-left: 300px;
  box-sizing: border-box;
}
.wlys-hytz .wlys-hytz-b > img{
  position: absolute;
  left: 0;
  top: 0;
}
.wlys-hytz .wlys-hytz-b .hytz-list h4{
  padding: 10px 20px;
  background: #052d53;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  font-size: 19px;
  font-weight: 400;
  margin-top: 80px;
  margin-left: 60px;
  margin-bottom: 50px;
}
.wlys-hytz .wlys-hytz-b .hytz-list ul li{
  margin-bottom: 30px;
}
.wlys-hytz .wlys-hytz-b .hytz-list ul li h5{
   width: 250px;
   height: 50px;
   background: #cdced2;
   display: inline-block;
   line-height: 50px;
   font-size: 19px;
   font-family: "";
   font-weight: 400;
   border-radius: 6px;
   padding-left: 20px;
   box-sizing: border-box;
   box-shadow: -5px 3px 10px 3px #d2dee7;
}
.wlys-hytz .wlys-hytz-b .hytz-list ul li div{
  width: 490px;
  height: 123px;
  background: #fff;
  display: inline-block;
  border-radius: 20px 8px 8px 8px;
  margin-left: 50px;
  box-shadow: -5px 2px 11px 4px #cfdce5;
  padding: 10px 20px 0 50px;
  box-sizing: border-box;
  vertical-align: middle;
  
}
.wlys-hytz .wlys-hytz-b .hytz-list ul li .pt{
  padding-top: 30px;
}
.wlys-hytz .wlys-hytz-b .hytz-list ul li div p{
  font-family: "";
  position: relative;
  line-height: 1.6;
}
.wlys-hytz .wlys-hytz-b .hytz-list ul li div p img{
  position: absolute;
  left: -15px;
  top: 10px;
}
/* 物流运输 —— 供应链 */
.wlys-gyl .gyl-tit h3{
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  background: #052d53;
  padding: 10px 40px;
  color: #fff;
  border-radius: 10px;
  margin-right: 20px;
  letter-spacing: 2px;
  margin-bottom: 60px;
  margin-top: 30px;
}
.wlys-gyl .gyl-tit span{
  display: inline-block;
  width: 400px;
  height: 1px;
  background: #052c53;
  vertical-align: middle;
}
.wlys-gyl img {
  width: 100%;
  margin-bottom: 70px;
}

/* 物流运输 —— 一站式  */
.wlys-yzs .wlys-yzs-b > img{
  width: 100%;
}
.wlys-yzs .wlys-yzs-b .yzs-ppms .ppms-t h3{
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  background: #052d53;
  padding: 10px 40px;
  color: #fff;
  border-radius: 10px;
  margin-right: 20px;
  letter-spacing: 2px;
  margin-bottom: 60px;
  margin-top: 30px;
}
.wlys-yzs .wlys-yzs-b .yzs-ppms .ppms-t span{
  display: inline-block;
  width: 400px;
  height: 1px;
  background: #052c53;
  vertical-align: middle;
}
.wlys-yzs .wlys-yzs-b .yzs-ppms img{
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* 轮播图 */
.banner {
  margin-top: 60px;
  margin-bottom: 30px;
}
.banner .swiper-container {
  height: 180px;

}
.banner .swiper-container img{
  height: 100%;
}
.banner .swiper-pagination-bullet {
  width: 22px;
  height: 4px;
  opacity: .4;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 28px;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.banner .swiper-container img{
    width: 100%;
}

 /*  首页公共标题  */
 #sswgh-t {
  margin-bottom: 20px;
}
#sswgh-t h2{
  margin-bottom: 10px;
  font-size: 20px;
  letter-spacing: 2px;
}
#sswgh-t p{

  font-size: 14px;
}
.zjfw {
  margin-bottom: 0px;
}
.zjfw ul li {
  width: 50%;
  height: 160px;
  padding-top: 20px;
  pointer-events: none;
}
.zjfw ul li p {
  margin: 15px 0 10px 0;
  font-size: 12px;
}
.zjfw ul li img {
  width: 60px;
  height: 60px;
}
.zjfw ul li div {
  width: 32px;
  
}
.ghyy {
  margin-bottom: 30px;
  margin-top: 30px;
  height:490px;
  background: none;
}
.ghyy ul {
  padding: 0 30px;
  box-sizing: border-box;
}
.ghyy ul li {
  position: static;
  top: 0;
  left: 0;
  transform: translate(0,0);
  font-size: 14px;
  width: 100%;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.ghyy ul li:nth-child(even) {
  text-align: right;
}
.bzyq ul {
  padding: 0 10px;
  box-sizing: border-box;
}
.bzyq ul li {
  width: 50%;
  height: 110px;
  background: url(/style/imgs/biankuang.png) center no-repeat;
  background-size: 100% 100%;
  padding: 0 15px;
  padding-top: 15px;
  
}
.bzyq ul li h5{
  font-size: 14px;
  margin-bottom: 10px;
}
.bzyq ul li p{
  font-size: 12px;
}
.bzyq ul li div{
  width: 40px;
  height: 3px;
  margin: 0 auto;
  margin-top: 10px;
  background: #004b6a;
}
.bzyq {
  margin-bottom: 30px;
}
.fzqs ul li p {
  width: 150px;
  letter-spacing: 0px;
}
.fzqs ul li {
  background: url(/style/imgs/bzyq-1.jpg) 0 0 no-repeat;
  padding-top: 16px;
  padding-left: 20px;

  background-size: 100% 100%;
}
.fzqs {
  margin-bottom: 30px;
}

                   /* 区域规划 */
 /*  区域公共标题  */
  
 #qygh-t {
  margin-bottom: 20px;

}
#qygh-t h2{
  margin-bottom: 10px;
  font-size: 20px;
  letter-spacing: 2px;
}
#qygh-t p{
  font-size: 14px;
  margin-bottom: 5px;
}
#qygh-t img{
  width: 90%;
  height: 30px;
 
}
        /* 区域经济基本特征 */

.qygh-icon {
  padding: 0 10px;
  box-sizing: border-box;
}
.qygh-icon img{
   width: 50px;
   height: 50px;
}
.qytz .qygh-icon ul {
  width: 100%;
}
.qytz .qygh-icon ul li p {
  font-size: 14px;
}
.qytz .qygh-lb .swiper-qytz {
  height: 260px;
}
.qytz .qygh-lb .swiper-qytz .swiper-slide img{
  width: 1000px;
  height: 260px;
  margin-left: -200px;
}
.qytz .qygh-lb .swiper-qytz .swiper-slide p {
  width: 75%;
  top: 42%;
  left: 55%;
  font-size: 12px;
  text-indent: 2em;
  line-height: 1.5;
  letter-spacing: 0px;
}
.qytz .swiper-qytz .swiper-left {
  left: 5%;
}
.qytz .swiper-qytz .swiper-right {
 right: 5%;
}
.qytype .qytype-b ul{
  padding: 0 10px;
}
.qytype .qytype-b li {
  width: 48%;
  height: 155px;
  padding-top: 30px;
}
.ghyz .ghyz-b {
  background: none;
  height: auto;
}
.ghyz .ghyz-b div:nth-child(1),
.ghyz .ghyz-b div:nth-child(2),
.ghyz .ghyz-b div:nth-child(3),
.ghyz .ghyz-b div:nth-child(4)
 {
  margin-left: 0px;
}
.ghyz .ghyz-b div {
  width: 50%;
  height: 200px;
}
.ghyz .ghyz-b div img{
   width: 150px;
   height: 130px;
}
      /*   康养 */
  .djk-banner {
    margin-bottom: 30px;
  }
 
  .djk-banner .swiper-slide > div h2{
    font-size: 22px;
    letter-spacing: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .djk-banner .swiper-slide > div span{
    display: none;
  }
  .djk-banner .swiper-slide > div p{
    text-align: center;
    font-size: 14px;
  }
/* 康养导语 */
.ky-dy {
  background: none;
  height: auto;
  padding-top: 0px;
  margin-bottom: 30px;
  }
  .ky-dy .ky-dy-t{
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .ky-dy .ky-dy-t h2{
    font-size: 20px;
  }
  .ky-dy .ky-dy-t h4{
    font-size: 16px;
  }
  .ky-dy p{
    width: 86%;
    margin: 0 auto;
    margin-top: 30px;
    padding-left:0px;
    font-size: 13px;
  }
  /* 康养产业分类 */
.kytype {
  margin-bottom: 30px;
}
.kytype .kytype-t {
  background: none;
  height: auto;
  padding-top: 0px;
  margin-bottom: 30px;
}
.kytype .kytype-t h2{
  font-size: 20px;
  width: 300px;
  padding-left: 0px;
  text-align: center;
}
.kytype .kytype-t h4{
  font-size: 16px;
  width: 300px;
  padding-left: 0px;
  text-align: center;

}
.kytype .kytype-b {
  padding: 0 10px;
  box-sizing: border-box;
}
.kytype .kytype-b ul{
  height: 200px;
  margin-bottom: 40px;
  
}
.kytype .kytype-b ul li{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  padding-top: 15px;
}
.kytype .kytype-b ul li h2{
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.kytype .kytype-b ul li span{
  width: 74px;
  height: 2px;
  margin: 10px 0;
}
.kytype .kytype-b ul li .kytype-list dl{
  margin-right: 10px;
  float: left;
}
.kytype .kytype-b ul li .kytype-list dl dd{
  width: 75px;
  height: 30px;
  font-size: 13px;
  margin-bottom: 10px;
}
.kytype .kytype-b ul .b1{
  background: url("/style/imgs/kytype-pic1.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.kytype .kytype-b ul .b2{
  background: url("/style/imgs/kytype-pic2.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.kytype .kytype-b ul .b3{
  background: url("/style/imgs/kytype-pic3.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.kytype .kytype-b ul .b4{
  background: url("/style/imgs/kytype-pic4.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.kytype .kytype-b .kytype-tab {
   display: flex;
   justify-content: space-between;
   padding: 0px;
}
.kytype .kytype-b .kytype-tab .kytype-tab-icon1{
   width: 18px;
}
.kytype .kytype-b .kytype-tab .kytype-tab-icon2{
  width: 50px;
}
.kytype .kytype-b .kytype-tab .kytype-tab-icon3{
  width: 31px;
}
.kytype .kytype-b .kytype-tab .kytype-tab-icon4{
  width: 60px;
}
.kytype .kytype-b .kytype-tab .tablist{
  width: 24%;
  height: 73px;
  padding-top: 9px;
  box-shadow: none;
  border: 1px solid #d2dee7;
  border-radius: 0;
}

.kytype .kytype-b .kytype-tab .tablist p{
  font-size: 12px;
  margin-top: 2px;
}
.kytype .kytype-b .kytype-tab .tablist .kytype-tab-sj{
  top: -43px;
  width: 23px;
}
/* 康养产业核心 */
.kycyhx {
  margin-bottom: 0px;
}
.kycyhx .kycyhx-t{
  background: none;
  height: auto;
  padding-top: 0px;
  text-align: center;
  margin-bottom: 30px;
}
.kycyhx .kycyhx-t h2{
  font-size: 20px;
  padding-left: 0px;
  
}
.kycyhx .kycyhx-t h4{
  font-size: 16px;
  padding-left: 0px;
}
.kycyhx .kycyhx-b ul{
  flex-wrap: wrap;
  padding: 20px 10px;
  box-sizing: border-box;
}
.kycyhx .kycyhx-b ul li{
  text-align: center;
  width: 33.33%;
  margin-bottom: 20px;
}
.kycyhx .kycyhx-b ul li > img{
  width: 60px;
}
.kycyhx .kycyhx-b ul .fuhao{
  display: none;
}
.kycyhx .kycyhx-b ul li p{
  font-size: 16px;
}
.kycyhx .kycyhx-b ul .jihe{
  width: 100%;
}
.kycyhx .kycyhx-b ul .mob-dakuo{
  display: block !important;
  width: 100%;
}
.kycyhx .kycyhx-b ul .mob-dakuo img{
  width: 100%;

}
.kycyhx .kycyhx-b ul li div{
  
  margin: 0 auto;
  
}

/* 康养产业开发类型 */
.kykflx {
  margin-bottom: 30px;
}
.kykflx .kykflx-t {
  background: none;
  height: auto;
  padding-top: 0px;
  margin-bottom: 30px;
  text-align: center;
}
.kykflx .kykflx-t h2{
 font-size: 20px;
 width: 250px;
 padding-right: 0px;
}
.kykflx .kykflx-t h4{
 font-size: 16px;
 padding-right: 0px;
 width: 250px;
}
.kykflx .kykflx-b ul{
 flex-wrap: wrap;
 padding: 0 20px;
 box-sizing: border-box;
}
.kykflx .kykflx-b ul .b1{
 background: url("/style/imgs/mob-kykflx1.jpg") center no-repeat;
 background-size: 100% 100%;
}
.kykflx .kykflx-b ul .b2{
  background: url("/style/imgs/mob-kykflx2.jpg") center no-repeat;
  background-size: 100% 100%;
}
.kykflx .kykflx-b ul .b3{
  background: url("/style/imgs/mob-kykflx3.jpg") center no-repeat;
  background-size: 100% 100%;
}
.kykflx .kykflx-b ul .b4{
  background: url("/style/imgs/mob-kykflx4.jpg") center no-repeat;
  background-size: 100% 100%;
}
.kykflx .kykflx-b ul .b5{
  background: url("/style/imgs/mob-kykflx5.jpg") center no-repeat;
  background-size: 100% 100%;
}
.kykflx .kykflx-b ul li{
 width: 100%;
 height: auto;
 padding-top: 20px;
 box-sizing: border-box;
  pointer-events: none;
  margin-bottom: 20px;
}
.kykflx .kykflx-b ul li .kykflx-list-t {
 position: relative;
 text-align: center;
}
.kykflx .kykflx-b ul li .kykflx-list-t img{
 display: none;
}

.kykflx .kykflx-b ul li .kykflx-list-t h3{
 color: #000;
 position: static;
 
 transform: translate(0%,0);
}
.kykflx .kykflx-b ul li .kykflx-list-t .hide{
 display: none;
}

.kykflx .kykflx-b ul li p{
 height: auto;
 padding: 10px 20px;
 background: none;
 letter-spacing: 0px;
 line-height: 1.4;
}

/* 康养 —— 投资方向 */
.ky-tzfx {
  margin-bottom: 30px;
}
.ky-tzfx .ky-tzfx-t{
  background: none;
  height: auto;
  padding-top: 0px;
  margin-bottom: 30px;
  text-align: center;
}
.ky-tzfx .ky-tzfx-t h2{
  font-size: 20px;
  
  padding-left: 0px;
}
.ky-tzfx .ky-tzfx-t h4{
  font-size: 16px;
  padding-left:0px;
}
.ky-tzfx .ky-tzfx-b ul{
  flex-wrap: wrap;
  height: auto;
  padding: 0 10px;
  box-sizing: border-box;
}
.ky-tzfx .ky-tzfx-b ul li{
  width: 48%;
  height: 180px;
  box-shadow: 0px 0px 3px 3px #e1eaed;
  margin-bottom: 20px;
  pointer-events: none;
}

.ky-tzfx .ky-tzfx-b ul li:hover .tzfx-list-t{
  font-size: 14px;
}
.ky-tzfx .ky-tzfx-b ul li .tzfx-list-t{
  height: 45px;
  background: #bfbfbf;
  text-align: center;
  line-height: 45px;
  transition: all .3s;
  
}
.ky-tzfx .ky-tzfx-b ul li  p{
  padding: 15px 10px 0;
  box-sizing: border-box;
  font-size: 12px;
}
.ky-tzfx .ky-tzfx-b ul li  .tzfx-jt{
 display: none;
}

/* 康养 —— 服务范围 */
.ky-fwfw .ky-fwfw-t{
  background: none;
  height: auto;
  padding-top: 0px;
  text-align: center;
  margin-bottom: 30px;
}
.ky-fwfw .ky-fwfw-t h2{
 font-size: 20px;
}
.ky-fwfw .ky-fwfw-t h4{
 font-size: 16px;
}
.ky-fwfw .ky-fwfw-b {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin-bottom: 40px;
 padding: 0 21px;
 box-sizing: border-box;
}
.ky-fwfw .ky-fwfw-b li{
 width: 47%;
 height: 280px;
}
.ky-fwfw .ky-fwfw-b li div{
 width: 100%;
 height: auto;
 border: 2px solid #052d53;
 box-sizing: border-box;
 border-radius: 10px;
}
.ky-fwfw .ky-fwfw-b li .fwfw-list-l{
 display: none;
}

.ky-fwfw .ky-fwfw-b li .fwfw-list-r{
 float: none;
}
.ky-fwfw .ky-fwfw-b li .fwfw-list-r img{
 width: 50px;
 margin: 20px 0 20px;
}
.ky-fwfw .ky-fwfw-b li .fwfw-list-r h3{
 font-size: 16px;
 font-weight: 400;
 margin-bottom: 22px;
}
.ky-fwfw .ky-fwfw-b li .fwfw-list-r p{
 font-size: 12px;
 margin-bottom: 15px;
}
.ky-fwfw .ky-fwfw-bot{
 margin-bottom: 60px;
}
.ky-fwfw .ky-fwfw-bot {
  display: none;
}
           /*  文化旅游移动端   */
.whly-banner {
    height: 200px;
    margin-top: 60px;
    padding-top: 70px;
    background-size: 100% 100%;
    background-attachment: scroll;
}
.whly-banner img {
  width: 300px;
}
.whly-dy {
  padding-top: 20px;
  padding-bottom: 40px;
}
.whly-dy > img {
  width: 150px;
  
  margin-bottom: 70px;
}
.whly-dy .whly-dy-b {
  width: 90%;
  height: auto;
  background: url(/style/imgs/huiwen-lt.png) left top no-repeat, url(/style/imgs/huiwen-rb.png) right bottom no-repeat;
  background-color: rgba(255, 255, 255, .6);
  margin: 0 auto;
  padding: 50px 10px 0;
  box-sizing: border-box;
  text-align: left;
  box-shadow: 1px 7px 10px 3px #d9e4e9;
}
.whly-dy .whly-dy-b p {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.8;
}
.whly-dy .whly-dy-b  img {
  width: 100%;
  margin-bottom: 30px;
}
.wh-type {
  margin-top: 30px;
}
.wh-type .wh-type-kuang {
  float: none;
  background: url(/style/imgs/whlytit-bgc.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 80%;
  margin: 0 auto;
  height: 80px;
}
.wh-type .wh-type-kuang .wh-type-img {
 display: none;
 
}
.wh-type .wh-type-t {
  position: relative;
}
.wh-type .wh-type-t span {
  float: none;
  position: absolute;
  width: auto;
  margin-right: 0px;
  margin-top: 0px;
  letter-spacing: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-100%);
}
.wh-type .wh-type-t .wh-type-kuang p {
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,10%);
  letter-spacing: 0px;
}
.wh-type .wh-type-b {
  height: auto;
  background:none;
  overflow: hidden;
}
.wh-type .wh-type-b .wh-type-b-box {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 0px;
  
}
.wh-type .wh-type-b .wh-type-b-box p {
  width: 50%;
  text-align: center;
  font-size: 18px;
}
.wh-yz .wh-yz-t {
  background: none;
  margin-top: 20px;
}
.wh-yz-b ul {
  width: 100%;
  margin-left: 0;
  display: block;
}
.wh-yz-b {
  height: auto;
  background:none;
  margin-bottom: 20px;
  padding: 0 20px;
}
.wh-yz-b ul li {
  width: 100%;
  height: auto;
  padding: 13px 25px;
}
.wh-yz-b ul li h4 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
    margin-bottom: 15px;
    position: static;
    width: 100%;
    text-align: center;
}
.wh-yz-b ul li p {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.4;
}
.wh-yz-b ul li h4 span{
  display: inline !important;
}
.wh-hot .wh-hot-t {
  background: none;
  margin-bottom: 30px;
  height: 80px;
  position: relative;
}
.wh-hot .wh-hot-t .wh-hot-kuang {
  float: none;
  width: 80%;
  height: 80px;
  margin: 0 auto;
}
.wh-hot .wh-hot-kuang .wh-hot-img {
  
  display: none;
  
}
.wh-hot .wh-hot-t span {
  float: none;
    position: absolute;
    width: auto;
    margin-right: 0px;
    margin-top: 0px;
    letter-spacing: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-100%);
}
.wh-hot .wh-hot-t .wh-hot-kuang p {
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,10%);
  text-align: center;
  letter-spacing: 0px;
}
.wh-hot .wh-hot-b ul li {
  pointer-events: none;
  box-shadow: none;
}
.wh-hot .wh-hot-b ul li .hot-btn {
  height: 60px;
  width: 100%;
  line-height: 60px;
  background: #f4f5f7;
  padding-top: 0px;
  text-align: center;
  box-sizing: border-box;
}
.wh-hot .wh-hot-b ul {
  margin-bottom:0px;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.wh-hot .wh-hot-b ul .active {
  margin-right: 0px;
}
.wh-hot .wh-hot-b ul li {
  width: 100%;
  height: auto;
  background:none;
  float: none;
  margin-left: 0px;
}
.wh-hot .wh-hot-b ul li .huiwen-lt {
  display: none;
}
.wh-hot .wh-hot-b ul li .huiwen-rb {
  display: none;
}
.wh-hot .wh-hot-b ul li .hot-icon {
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.wh-hot .wh-hot-b ul li .hot-btn p {
  display: inline-block;
  width: auto;
  color: #004b6a;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  font-family: "";
}
.wh-hot .wh-hot-b ul li .wh-hot-text {
  display: none;

}
.wh-hot .wh-hot-b ul .active .wh-hot-text {
 display: none;

}
.wh-hot .wh-hot-b ul li .wh-hot-cont {
  opacity: 1;
  position: static;
  width: 100%;
  right: 0px;
  top: 0px;
  font-size: 14px;
  letter-spacing: 0px;
  padding: 15px;
  box-sizing: border-box;
}
.wh-zjfw .wh-zjfw-t {
  height: 80px;
  background: none;
  margin-bottom: 40px;
}
.wh-zjfw .wh-zjfw-t span {
  transform: translate(-50%,-36%);
}
.wh-zjfw .wh-zjfw-b ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  height: auto;
  margin-bottom: 30px;
  background: none;
}
.wh-zjfw .wh-zjfw-b ul li {
  width: 48%;
  height: 160px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
}
.wh-zjfw .wh-zjfw-b ul li img {
  width: 100%;
}
.wh-zjfw .wh-zjfw-b ul li p {
  font-size: 20px;
}

   /* 市场调研 */
.scdy-banner {
    margin-top: 60px;
    height: 200px;
   
}
.scdy-banner > div {
  width: 280px;
  height: 100px;
  padding-top: 30px;
}
.scdy-banner > div h1 {
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.scdy-banner > div .line {
  width: 90px;
  height: 2px;
  
}
.scdy-dy-b {
  border: none;
  height: auto;
  margin-bottom: 30px;
}
.scdy-dy {
  padding-top: 30px;
}
.scdy-dy-b img {
  display: none;
 
}
.scdy-tit {
  margin-bottom: 20px;
  font-size: 22px;
}
.scdy-dy-b {
  padding: 0 10px;
  box-sizing: border-box;

}
.scdy-dy-b span {
  width: 100%;
  float: none;
  line-height: 1.8;
  letter-spacing: 1px;
  font-size: 13px;
  text-indent: 2em;
}
.scdy-yj ul li {
  width: 90%;
  height: 240px;
  pointer-events: none;
  margin: 0 auto;
  margin-bottom: 20px;
}
.scdy-yj ul li .scdy-yj-box{
  padding-top: 0px;
  margin-top: -20px;
}
.scdy-yj ul li .scdy-yj-box .w-line {
  width: 70px;
  margin-bottom: 24px;
}
.scdy-yj ul li .scdy-yj-box p {
  font-size: 12px;
}
.scdy-yj ul li .scdy-yj-box h3 {
  font-size: 20px;
  font-family: "";
}
.scdy-yj ul {
  
  margin-bottom: 30px;
}
.scdy-yj ul li .scdy-yj-box h4 {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}
.scdy-bgkj {
  padding: 15px 0 18px;
  margin-bottom: 30px;
}
.scdy-bgkj .bgkj-t {
  margin-bottom: 30px;
}
.scdy-bgkj .scdy-bgkj-b {
  width: 95%;
  height: auto;
  padding: 10px 20px;
}
.scdy-bgkj .scdy-bgkj-b h3 {
  margin-bottom: 20px;
}
.scdy-bgkj .scdy-bgkj-b p {
  line-height: 1.6;
}
  /*  乡村振兴横幅  */
.xczx-banner {
    margin-top: 60px;
    background: url("/style/imgs/xczx-banner.jpg") 0 0  no-repeat;
    background-size: 100%;
    height: 200px;
    padding-top: 30px;
  }
  .xczx-banner img {
    width: 250px;
  }
  .xczx-banner .line {
    width: 100px;
    height: 2px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .xczx-banner p {
    font-size: 14px;
    box-sizing: border-box;
    width: 223px;
    margin: 0 auto;
  }

/* 乡村振兴 —— 振兴背景 */

.xczx-zxbj {
  margin: 0px auto 30px;
  height: auto;
  width: 95%;
}
.xczx-zxbj .xczx-zxbj-pic{
 float: none;
 height: 30px;
 width: 100%;
 text-align: center;
 background: none;
 color: #000;
 text-align: center;
 line-height: 30px;
 font-size: 20px;
 font-weight: 700;
 margin-top: 14px;
}
.xczx-zxbj p{
 float: none;
 width: 100%;
 font-size: 12px;
 padding: 15px ;
 letter-spacing: 0px;
 line-height: 1.4;
}

  /* 乡村振兴——五个振兴 */
.xczx-wgzx {
  margin-bottom: 30px;
}
.xczx-wgzx .wgzx-tit{
 height: auto;
 background: none;
 margin-bottom: 30px;
}
.xczx-wgzx .wgzx-tit h2{
 font-size: 20px;
 margin-top: 0px;
 letter-spacing: 0px;
}
.wgzx-b {
 flex-wrap: wrap;
}
.wgzx-b .wgzx-box {
 width: 50%;
 height: 170px;
 padding: 0 20px;
}
.wgzx-b .wgzx-box h5{
 margin-top: 10px;
 margin-bottom: 10px;
 font-size: 15px;
}
.wgzx-b .wgzx-box p{
 font-size: 12px;
 letter-spacing: 0px;
 line-height: 1.4;
}
 /* 三步走 */
 .xczx-sanbu {
  background: #eeeeee;
}
.xczx-sanbu > div {
  padding: 20px;
}
.xczx-sanbu > div > p {
  padding: 3px 6px;
  width: 100%;
  height: 94px;
  line-height: 1.5;
  margin-right: 0px;
  float: none;
}
.xczx-sanbu > div h4 {
  
  float: none;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 20px;
}
.xczx-sanbu > div ul {
  position: static;
  width: 100%;
}
.xczx-sanbu > div ul li p {
  color: #000;
}
   /* 振兴路径 */
.zxlj .zxlj-tit {
  height: auto;
  background: none;
  padding-top: 1px;
  margin-bottom: 20px;
}
.zxlj .zxlj-tit h2 {
  font-size: 20px;
  margin-top: 30px;
}
.zxlj-b ul{
  flex-wrap: wrap;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.zxlj-b ul li{
  width: 95%;
  margin-bottom: 14px;
  margin: 20px auto 10px;
  pointer-events: none;
}
.zxlj-b ul li .zxlj-show {
  width: 100%;
  height: 186px;
  position: relative;
}
.zxlj-b ul li .zxlj-show span{
  position: absolute;
  height: 3px;
  top: 16%;
  left: 50%;
  transform: translate(-50%,0);
}
.zxlj-b ul li .zxlj-show p{
  color: #fff;
  display: block !important;
  font-size: 12px;
  text-align: left;
  padding: 0 20px;
  box-sizing: border-box;
}
.zxlj-b ul li .zxlj-show img{
   display: none !important;
}


.zxlj-b ul li .zxlj-show h3{
  padding-top: 10px;
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 24px;
}
.zxlj-b ul li .b1 {
  background: url("/style/imgs/zxlj-pic1-mob.jpg") center no-repeat;
}
.zxlj-b ul li .b2 {
  background: url("/style/imgs/zxlj-pic2-mob.jpg") center no-repeat;
}
.zxlj-b ul li .b3 {
  background: url("/style/imgs/zxlj-pic3-mob.jpg") center no-repeat;
}
.zxlj-b ul li .b4 {
  background: url("/style/imgs/zxlj-pic4-mob.jpg") center no-repeat;
}
.zxlj-b ul li .b5 {
  background: url("/style/imgs/zxlj-pic5-mob.jpg") center no-repeat;
}
.zxlj-b ul li .zxlj-hide {

  display: none;
}

            
 /* 乡村分类 */
 .xcfl .xcfl-tit {
  height: auto;
 background: none;
 margin-bottom: 30px;
}
.xcfl .xcfl-tit h2 {
  font-size: 20px;
  margin-top: 0px;
}
.xcfl .swiper-slide {
  width: 100%;
  height: 210px;
}

.xcfl .swiper-slide .xcfl-text {
  height: 100%;
}
.xcfl .swiper-slide .xcfl-text > div {
  padding: 0 10px;
  padding-top: 10px;
}
.xcfl .swiper-slide .xcfl-text h3 {
   width: 28%;
   font-size: 16px;
   letter-spacing: 1px;
   padding-top: 40px;
}
.xcfl .swiper-slide .xcfl-text p {
   width: 71%;
   font-size: 12px;
   line-height: 1.4;
   letter-spacing: 0px;
}

.xcfl .xcfl-swiper .swiper-pagination-bullets {
   left: 14%;
}
 /* 核心驱动力 */

 .hxqd .hxqd-tit {
  height: auto;
  background: none;
  margin-bottom: 30px;
}
.hxqd .hxqd-tit h2 {
  font-size: 20px;
  margin-top: 30px;
}
.hxqd ul {
  flex-wrap: wrap;
  padding: 0 10px;
  box-sizing: border-box;
}
.hxqd ul li{
  width: 49%;
  height: 260px;
  background: url("/style/imgs/hxqd-bg2.jpg") center no-repeat;
  background-size: 100% 100%;
  padding: 0 10px;
  pointer-events: none;
  margin-bottom: 10px;
} 

.hxqd ul li h3{
  padding-top: 41px;
  font-size: 16px;
  margin-bottom: 20px;
}
.hxqd ul li p {
  font-size: 12px;
  padding-left: 10px;
  line-height: 1.4;
  background: url("/style/imgs/smallSquare.png") left 6px no-repeat;
}
.hxqd ul li img{
  bottom: 15px;
  right: 15px;
  height: 30px;
}
           /* 振兴目标 */
.zxmb .zxmb-tit {
  height: auto;
  background: none;
  margin-bottom: 30px;
}
.zxmb .zxmb-tit h2 {
  font-size: 20px;
  margin-top: 30px;
}
.zxmb .zxmb-bg {
  height: 150px;
}

.zxmb .zxmb-bg .zxmb-tab {
   height: 60px;
   padding-top: 10px;
}
.zxmb .zxmb-bg .zxmb-tab ul {
   display: flex;
   justify-content: space-between;
}
.zxmb .zxmb-bg .zxmb-tab li {
  width: 19%;
  height: 30px;
  line-height: 30px;
  margin-left: 0px;
  font-size: 12px;
}
.zxmb .zxmb-table table {
	width: 100%;
	border-top: 6px solid #052d53;
  margin-bottom: 30px;
}

.zxmb .zxmb-table table tr {
	height: 103px;
}
.zxmb .zxmb-table table tr th {
  font-size: 12px;
}
.zxmb .zxmb-table table tr td{
   padding: 0 4px;
   font-size: 12px;
}   
    /* 投资热点 */
.tzrd {
      margin-bottom: 40px;
    } 
    .tzrd .tzrd-tit {
      height: auto;
  background: none;
  margin-bottom: 30px;
    }
    .tzrd .tzrd-tit h2 {
      font-size: 20px;
  margin-top: 30px;
    }
    .tzrd .tzrd-b ul {
     padding: 0 10px;
     box-sizing: border-box;
    }
    .tzrd .tzrd-b ul li{
       width: 48%;
       height: 150px;
       padding-top: 20px;
       margin-bottom: 10px;
    }
    
    .tzrd .tzrd-b ul li img{
      width: 80px;
    }
    .tzrd .tzrd-b ul li p{
      margin-top: 10px;
      font-size: 14px;
    }         

     /* 特色小镇 —— 横幅 */
.tsxz-banner {
  margin-top: 60px;

}
.tsxz-banner .swiper-slide {
  height: 200px;
 
  padding-top: 0px;
  padding-left: 0px;
}
.tsxz-banner .swiper-slide img {
  width: 100%;
  height: 100%;
}
.tsxz-banner .swiper-slide > div {
  left: 50%;
}
.tsxz-banner .swiper-slide h1{
  font-size: 18px;
  text-align: center;
}
.tsxz-banner .swiper-slide .line{
  width: 120px;
  height: 2px;
  margin: 0 auto;
  margin-top: 15px;
}
  /* 轮播图 */
  .tsxz-banner .swiper-pagination-bullet {
    width: 22px;
    height: 4px;
    opacity: .4;
  }
  .tsxz-banner .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 28px;
  }
  .tsxz-banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
  }
/* 特色小镇 —— 什么是 */
.tsxz-what {
  height: auto;
  box-shadow: none;
  margin-top: 3px;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 10px;
  box-sizing: border-box
}

.tsxz-what h2{
  font-size: 19px;
  padding-top: 20px;
  margin-bottom: 35px;
  margin-left: 0px;
}
.tsxz-what p{
  font-size: 12px;
  margin-left: 0px;
  line-height: 1.5;
  letter-spacing: 0px;
  margin-right: 0px;
}
.tsxz-what img{
 display: none;
}
  /* 特色小镇 —— 政策解读 */
  .tsxz-zcjd {
    background: #eee;
    padding-bottom: 12px;
    margin-bottom: 20px; 
  }
  .tsxz-zcjd .tsxz-zcjd-tit{
    height: 60px;
    line-height: 60px;
    background:none;
    margin-bottom: 0px;
  }
  .tsxz-zcjd .tsxz-zcjd-tit h2{
    font-size: 19px;
    padding-top: 0px;
    margin-left: 0px;
  }
  .tsxz-zcjd .tsxz-zcjd-b {
    height: auto;
    display: block;
    margin-bottom: 40px;
    background: none;
  }
  .tsxz-zcjd .tsxz-zcjd-b div {
    width: 100%;
    margin-bottom: 20px;
  }
 
  .tsxz-zcjd .tsxz-zcjd-b div h3{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .tsxz-zcjd .tsxz-zcjd-b div p{
    font-size: 12px;
  }
  .tsxz-zcjd .tsxz-zcjd-b div .blue{
    color: #000;
  }
  .tsxz-zcjd .tsxz-zcjd-b div .hui{
    color: #000;
  }
  .tsxz-zcjd .tsxz-zcjd-b div img {
    display: none;
  }
  .tsxz-zcjd .tsxz-zcjd-b .zcjd-box1 {
    padding-right: 0px;
    text-align: center;
  }
  .tsxz-zcjd .tsxz-zcjd-b .zcjd-box2 {
    padding-left: 0px;
    text-align: center;
  }
  .tsxz-zcjd .tsxz-zcjd-b .zcjd-box3 {
    margin-top: 30px;
    width: 100%;
    text-align: center;
  }
         /* 特色小镇 —— 特色小镇申报基础条件  */

.tsxz-sbjc .tsxz-sbjc-t{
  height: 35px;
  background: none;
}
.tsxz-sbjc .tsxz-sbjc-t p{
 padding-top: 0px;
 text-align: center;
 font-size: 19px;
 margin-left: 0px;
}
.tsxz-sbjc .tsxz-sbjc-b {
 margin-bottom: 25px;
}
.tsxz-sbjc .tsxz-sbjc-b ul {
  padding: 0 20px;
  box-sizing: border-box;
}
.tsxz-sbjc .tsxz-sbjc-b ul li{
 height: auto;
 padding: 0;
 border: 1px solid #052657;
 border-radius: 10px;

 margin-top: 20px;
}
.tsxz-sbjc .tsxz-sbjc-b ul li h3{
 float: none;
 width: 100px;
 height: 34px;
 background: #052c53;
 margin: 0 auto;
 text-align: center;
 line-height: 34px;
 font-size: 16px;
 padding-left: 0px;
}
.tsxz-sbjc .tsxz-sbjc-b ul li p{
 width: 100%;
 height: auto;
 border: none;
 box-sizing: border-box;
 float: none;
 padding: 10px;
 font-size: 13px;
 line-height: 1.4;
 letter-spacing: 0px;
}
  /* 特色小镇 —— 小镇类型 */
  .tsxz-xztype .xztype-tit{
    height: 45px;
    line-height: 45px;
    background: none;
    margin-bottom:20px;
 }
 .tsxz-xztype .xztype-tit h2 {
   font-size: 19px;
   padding-top: 0px;
 }
 .tsxz-xztype .xztype-b {
   margin-bottom: 30px;
 }
 .tsxz-xztype .xztype-b ul{
   display: block;
   padding: 0 20px;
   box-sizing: border-box;
 }
 .tsxz-xztype .xztype-b ul li {
   width: 100%;
   height: 150px;
   border: none;
   margin-bottom: 20px;
 }

 .tsxz-xztype .xztype-b ul li h4 {
   font-size: 18px;
   margin-bottom: 10px;
 }
 .tsxz-xztype .xztype-b ul li p {
   font-size: 13px;
   letter-spacing: 0px;
 }
 .tsxz-xztype .xztype-b ul li:nth-child(odd){
   padding: 12px 100px 0 30px;
 }
 .tsxz-xztype .xztype-b ul li:nth-child(odd) h4 {
   text-align: left;
 }
 .tsxz-xztype .xztype-b ul li:nth-child(even){
   padding: 20px 30px 0 100px;
 }
 /* 特色小镇 —— 实施要素 */
.tsxz-ssys .tsxz-ssys-t{
  height: 45px;
  line-height: 45px;
  background: none;
  padding-top: 0px;
  margin-bottom: 20px;
 }
 .tsxz-ssys .tsxz-ssys-t h2 {
   margin-left: 0px;
   font-size: 19px;
 }
 .tsxz-ssys .tsxz-ssys-b ul{
   flex-wrap: wrap;
  margin-bottom: 50px;
  padding: 0 10px;
  box-sizing: border-box;
 }
 .tsxz-ssys .tsxz-ssys-b ul li {
   width: 49%;
   height: 220px;
   margin-bottom: 14px;
 }

 .tsxz-ssys .tsxz-ssys-b ul li h5 {
   font-size: 15px;
   padding-top: 33px;
   margin-bottom: 30px;
 }
 .tsxz-ssys .tsxz-ssys-b ul li img {
   width: 20px;
   bottom: 14px;
   right: 14px;
 }
  /*  特色小镇 —— 申报方法  */
.tsxz-sbff .tsxz-sbff-t {
  height: 60px;
  line-height: 60px;
  background: none;
  padding-top: 0px;
}
.tsxz-sbff .tsxz-sbff-t h2 {
  margin-right: 0px;
}

.tsxz-sbff .tsxz-sbff-b .sbff-bg{
  height: 188px;
  margin-bottom: 40px;
}
.tsxz-sbff .tsxz-sbff-b .sbff-bg .sbff-tab{
  width: 100%;
  height: 55px;
}
.tsxz-sbff .tsxz-sbff-b .sbff-bg .sbff-tab ul{
  justify-content: space-between;
  height: 55px;
  border-bottom: 3px solid #052d53;
  box-sizing: border-box;
}

.tsxz-sbff .tsxz-sbff-b .sbff-bg .sbff-tab li {
  margin: 0px;
  margin-top: 10px;
  width: 18%;
  font-size: 12px;
}
.tsxz-sbff .tsxz-sbff-b .sbff-bg .sbff-tab li img{
  bottom: -30px;
}
.tsxz-sbff .tsxz-sbff-b .sbff-change {
  height: auto;
}
.tsxz-sbff .tsxz-sbff-b .sbff-change .sbff-box{
  position: static;
  
}
.tsxz-sbff .tsxz-sbff-b .sbff-change .sbff-box1{
  display: block;
  padding: 0 30px;
  box-sizing: border-box;
}
.tsxz-sbff .tsxz-sbff-b .sbff-change .sbff-box1 > div{
  margin: 0;
  padding: 10px 20px;
  width: 100%;
  height: 220px;
  margin-bottom: 30px;
}

.tsxz-sbff .tsxz-sbff-b .sbff-change .sbff-box1 div p{
  padding-top: 46px;
  font-size: 16px;
  margin-bottom: 25px;
}
.tsxz-sbff .tsxz-sbff-b .sbff-change .sbff-box1 div a{
  width: 100px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
}

.tsxz-sbff .tsxz-sbff-b .sbff-change .sbff-box2 ul{
  flex-wrap: wrap;
  padding: 0 20px;
  box-sizing: border-box;
}
.tsxz-sbff .tsxz-sbff-b .sbff-change .sbff-box2 ul li{
  width: 100%;
  height: auto;
  padding: 20px 50px;
  box-sizing: border-box;
  background: #f8f8f8;
  margin-bottom: 20px;
}
.tsxz-sbff .tsxz-sbff-b .sbff-change .sbff-box2 ul li h4{
  font-size: 16px;
}
.tsxz-sbff .tsxz-sbff-b .sbff-change .sbff-box2 ul li img{
  width: 100px;
}
.tsxz-sbff .tsxz-sbff-b .sbff-change .sbff-box2 ul li p{
  font-size: 12px;
  text-align: left;
}
.tsxz-sbff .tsxz-sbff-b .sbff-change .sbff-box3,
.tsxz-sbff .tsxz-sbff-b .sbff-change .sbff-box4 {
  padding: 0 10px;
  box-sizing: border-box;
}
.tsxz-sbff .tsxz-sbff-b .sbff-change .sbff-box3 img,
.tsxz-sbff .tsxz-sbff-b .sbff-change .sbff-box4 img{
  width: 100%;
}
.tsxz-sbff .tsxz-sbff-bottom {
  display: none;
}

  /* 产业园区 —— 横幅 */
  .cyyq-banner {
    margin-bottom: 30px;
    margin-top: 60px;
  }
  .cyyq-banner > img{
     height: 180px;
  }
  
  .cyyq-banner > div p{
    font-size: 14px;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .cyyq-banner > div img {
    margin-bottom: 10px;
  }
  .cyyq-banner > div img:nth-child(1) {
    width: 250px;
  }
  .cyyq-banner > div img:nth-child(2) {
    width: 200px;
  }

   /*  产业园区 —— 导语  */

.cyyq-tit span{
 display: none;
}

.cyyq-tit h2{
  font-size: 20px;
}
.cyyq-tit p{
  font-size: 13px;
}

.cyyq-dy-b {
  width: 95%;
  height: auto;
  margin: 30px auto;
  padding: 10px;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0px;
}

  /* 产业园区 —— 规划目的 */
  .cyyq-ghmd .cyyq-ghmd-b{
    height: auto;
    background: none;
  }
  .cyyq-ghmd .cyyq-ghmd-b .ghmd-list {
    width: 90%;
    height: auto;
    line-height: 1.4;
    border-radius: 10px;
    position: static;
    margin: 20px auto;
    transform: translate(0,0) !important;
    display: block;
    padding: 20px 0;
    pointer-events: none;
  }
  
  
  .cyyq-ghmd .cyyq-ghmd-b .ghmd-list:hover {
    width: 360px;
    height: 60px;
    padding: 0px 40px 0 40px;
    background: #052d53;
    box-sizing: border-box;
  }
  
  
  .cyyq-ghmd .cyyq-ghmd-b .ghmd-list p{
    display: block;
    color: #000;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 12px;
    pointer-events: none;
  }
  .cyyq-ghmd .cyyq-ghmd-b .ghmd-list h4{
    font-size: 15px;
    margin-bottom: 10px;
    pointer-events: none;
    display: block;
  }
  
  /* 产业园区 —— 服务领域 */
  .cyyq-fwly {
    margin-top: 30px;
  }
  .cyyq-fwly .cyyq-fwly-b {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .cyyq-fwly .cyyq-fwly-b ul{
    flex-wrap: wrap;
  }
  .cyyq-fwly .cyyq-fwly-b ul li{
    width: 150px;
    height: 150px;
    margin: 10px auto;
    box-shadow: -2px 3px 5px 3px #dee7ee;
    padding-top: 20px;
  }
  .cyyq-fwly .cyyq-fwly-b ul li h4{
    font-size: 16px;
  }
  .cyyq-fwly .cyyq-fwly-b ul li p{
    width: 120px;
    margin-left: 10px;
    font-size: 12px;
  }
 
  
   /* 产业园区 —— 产业园区分类 */
   .cyyq-yqtype .yqtype-b{
    background: none;
    padding: 0 10px;
    box-sizing: border-box;
    height: auto;
    margin-bottom: 30px;
  }
  .cyyq-yqtype .yqtype-b div{
    position: static !important;
    transform: translate(0,0) !important;
    width: 100% !important;
    background: none !important;
    border: 1px solid #ccc;
    color: #000 !important;
  }
  .cyyq-yqtype .yqtype-b h3{
    display: block !important;
    font-weight: 400;
    text-align: center;
    margin: 20px 60px;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 10px;
    background: #052d53;
    color: #fff;
  }
  
/* 产业园区 —— 产业地产覆盖 */
.cyyq-cydc .cydc-b {
  height: auto;
  margin-bottom: 30px;
}
.cyyq-cydc .cydc-b .cydc-list1 {
  width: 100%;
  padding: 0px 10px 0 10px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cyyq-cydc .cydc-b .cydc-list1 li {
  width: 48%;
  height: auto;
  margin-right: 0px;
  float: none;
  pointer-events: none;
  padding: 10px;
  box-sizing: border-box;
  background: #fff !important;
  margin-bottom: 15px;
}


.cyyq-cydc .cydc-b .cydc-list1 li h4{
  margin-bottom: 20px;
  font-size: 16px;
  width: 100%;
  color: #000;
  position: static;
  transform: translate(0,0) !important;
}
.cyyq-cydc .cydc-b .cydc-list1 li > img,
  .cyyq-cydc .cydc-b .cydc-list2 li > img {
   display: none;
}



.cyyq-cydc .cydc-b .cydc-list1 li div{
  display: block !important;
  opacity: 1 !important;
  width: 100%;
  position: static !important;
}
.cyyq-cydc .cydc-b .cydc-list1 li div img{
   display: none;
}
.cyyq-cydc .cydc-b .cydc-list1 li div p{
  width: 100% !important;
  position: static !important;
  transform: translate(0,0) !important;
}


.cyyq-cydc .cydc-b .cydc-list2 { 
  width: 100%;
  padding: 0px 10px 0 10px;
  box-sizing: border-box;
  margin-top: 0px;
  position: static;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cyyq-cydc .cydc-b .cydc-list2 li{
  width: 48%;
  height: auto;
  margin-right: 0px;
  float: none;
  pointer-events: none;
  padding: 10px;
  box-sizing: border-box;
  background: #fff !important;
  margin-bottom: 15px;
}
.cyyq-cydc .cydc-b .cydc-list2 li h4{
  margin-bottom: 20px;
  font-size: 16px;
  width: 100%;
  color: #000;
  position: static;
  transform: translate(0,0) !important;
}
.cyyq-cydc .cydc-b .cydc-list2 li div{
  display: block !important;
  opacity: 1 !important;
  width: 100%;
  position: static !important;
}
.cyyq-cydc .cydc-b .cydc-list2 li div img{
   display: none;
}
.cyyq-cydc .cydc-b .cydc-list2 li div p{
  width: 100% !important;
  position: static !important;
  transform: translate(0,0) !important;
}

  /* 产业园区 —— 规划编制步骤 */
  .cyyq-ghbz .cyyq-ghbz-b .ghbz-tab{
    height: 40px;
    margin-top: 20px;
  }
  
  .cyyq-ghbz .cyyq-ghbz-b .ghbz-tab li img{
    display: none;
  }
  .cyyq-ghbz .cyyq-ghbz-b .ghbz-tab li span{
    font-size: 12px;
  }
  
  .cyyq-ghbz .cyyq-ghbz-b .ghbz-text{
    height: 180px;
    position: relative;
    margin-bottom: 20px;
  }
  .cyyq-ghbz .cyyq-ghbz-b .ghbz-text .ghbz-text-box{
    padding: 30px 8px 0 15px;
    width: 100%;
    height: 180px;
  }
  
  .cyyq-ghbz .cyyq-ghbz-b .ghbz-text .ghbz-text-box h3{
    font-size: 15px;
    margin-bottom: 10px;
  }
  .cyyq-ghbz .cyyq-ghbz-b .ghbz-text .ghbz-text-box p{
    font-size: 12px;
    margin-bottom: 10px;
  }

 /* 产业园区 —— 规划原则 */
 .cyyq-ghyz .cyyq-ghyz-b {
  margin-top: 30px;
  margin-bottom: 30px;
}
.cyyq-ghyz .cyyq-ghyz-b ul li{
 float: none;
 margin-right: 0px;
 padding: 0 10px;
 box-sizing: border-box;
}
.cyyq-ghyz .cyyq-ghyz-b ul li .box1,
 .cyyq-ghyz .cyyq-ghyz-b ul li .box2 {
 float: none;
}
.cyyq-ghyz .cyyq-ghyz-b ul li .box1 {
 width: 100%;
 height: auto;
 background: #052d53 !important;
 padding: 5px 0;
 margin-right: 0px;
 text-align: center;
 pointer-events: none;
}

.cyyq-ghyz .cyyq-ghyz-b ul li .box1 img{
 display: inline-block;
 vertical-align: middle;
 width: 25px;
 margin-right: 10px;
}
.cyyq-ghyz .cyyq-ghyz-b ul li .box1 p{
 width: auto;
 display: inline-block;
 font-size: 16px;
 margin-top: 0px;
}
.cyyq-ghyz .cyyq-ghyz-b ul li .box2 {
 width: 100% !important;
 height: auto;
 background: none !important;
}

.cyyq-ghyz .cyyq-ghyz-b ul li .box2 p{
 display: block !important;
 color: #000;
 letter-spacing: 0px;
 line-height: 1.5;
 padding: 10px;
 font-size: 12px;
}

  /* 产业园区 —— 报告结构 */
  .cyyq-bgjg {
    height: auto;
    padding-top: 30px;
    padding-bottom: 40px;
  }
 
  .cyyq-bgjg .cyyq-bgjg-b p{
    color: #fff;
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 1.5;
    font-size: 12px;
    padding: 0 20px;
    box-sizing: border-box;
  }


  /* 物流运输 —— 横幅 */
  .wlys-banner {
    margin-top: 60px;
  }
  
  .wlys-banner .swiper-slide > div{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .wlys-banner .swiper-slide > div h1{
    font-size: 22px;
    letter-spacing: 0px;
    text-align: center;
  }
  .wlys-banner .swiper-slide > div .line{
    width: 150px;
    height: 3px;
    margin: 10px auto;
  }
       /* 物流运输 —— 标题 */
  .wlys-tit {
    margin-bottom: 10px;
  }
  .wlys-tit h2{
    font-size:18px;
  }
  .wlys-tit span{
  display: none;
  }
  
  
  /* 物流运输 —— 产业背景 */
  .wlys-cybj {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .wlys-cybj .wlys-cybj-b{
    background: url("/style/imgs/wlys-cybj-bg.png") center no-repeat;
    background-size: 100% 100%;
    height:auto;
    margin-bottom: 30px;
    padding: 20px 20px 20px 10px;
    box-sizing: border-box;
  }
  .wlys-cybj .wlys-cybj-b p{
    width:100%;
    margin: 0 auto;
    padding-top: 30px;
    font-size: 13px;
    line-height: 1.4;
  }
  
  /* 物流运输 —— 主要类别 */
  .wlys-zylb .wlys-zylb-b p {
    width: 95%;
    margin: 30px auto;
    height:auto;
    padding: 15px;
    line-height: 1.4;
    text-align: left;
  }
  .wlys-zylb .wlys-zylb-b .wlys-zywl-tit {
    width: 90%;
    margin: 0 auto;
    display: block;
    font-size: 16px;
    padding: 10px 40px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 30px;
  }
  .wlys-zylb .wlys-zylb-b ul {
    display: block;
    margin-bottom: 30px;
  }
  .wlys-zylb .wlys-zylb-b ul li{
    width: 95%;
    border: 1px solid #052d53;
    margin: 0 auto;
    pointer-events: none;
    margin-bottom: 30px;
  }
  .wlys-zylb .wlys-zylb-b ul li h3{
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
    background: #052d53;
  }
  .wlys-zylb .wlys-zylb-b ul li div span{
    display: inline-block;
    width: 80px;
    font-size: 12px;
  }
  
  .wlys-zylb .wlys-zylb-b ul li div .ysfw-more{
    position: absolute;
    bottom: -20px;
    right: 50px;
  }

  .wlys-zylb .wlys-zylb-b ul li div img{
    width: 50px;
  }
  
  /* 物流运输 —— 行业特征 */
  .wlys-hytz .wlys-hytz-b {
    padding-left: 0px;
  }
  .wlys-hytz .wlys-hytz-b > img{
   display: none;
  }
  .wlys-hytz .wlys-hytz-b .hytz-list h4{
    padding: 5px 40px;
    box-sizing: border-box;
    display: block;
    width: 80%;
    margin: 0 auto;
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
  .wlys-hytz .wlys-hytz-b .hytz-list ul li{
    margin-bottom: 20px;
  }
  .wlys-hytz .wlys-hytz-b .hytz-list ul li h5{
     width: 200px;
     height: 30px;
     display: block;
     line-height: 30px;
     font-size: 14px;
     padding-left: 0px;
     text-align: center;
     box-shadow: none;
     margin: 0 auto;
     margin-bottom: 30px;
  }
  .wlys-hytz .wlys-hytz-b .hytz-list ul li div{
    width: 90%;
    height: auto;
    background: #fff;
    display: block;
    margin: 0px auto;
    box-shadow: none;
    padding: 10px;
    padding-left: 30px;
    
  }
  .wlys-hytz .wlys-hytz-b .hytz-list ul li .pt{
    padding-top: 20px;
  }
  .wlys-hytz .wlys-hytz-b .hytz-list ul li div p{
    font-size: 12px;
  }
  .wlys-hytz .wlys-hytz-b .hytz-list ul li div p img{
    position: absolute;
    left: -15px;
    top: 5px;
  }
  /* 物流运输 —— 供应链 */
  .wlys-gyl .gyl-tit h3{
    width: 75%;
    display: block;
    font-size: 15px;
    margin: 30px auto;
    padding: 10px 40px;
    box-sizing: border-box;
    letter-spacing: 2px;
    text-align: center;
  }
  .wlys-gyl .gyl-tit span{
   display: none;
  }
  .wlys-gyl img {
    width: 100%;
    margin-bottom: 30px;
  }
  
  /* 物流运输 —— 一站式  */
  .wlys-yzs .wlys-yzs-b > img{
    width: 100%;
  }
  .wlys-yzs .wlys-yzs-b .yzs-ppms .ppms-t h3{
    width: 75%;
    display: block;
    font-size: 15px;
    margin: 30px auto;
    padding: 10px 40px;
    box-sizing: border-box;
    letter-spacing: 2px;
    text-align: center;
  }
  .wlys-yzs .wlys-yzs-b .yzs-ppms .ppms-t span{
    display: none;

  }

  .wlys-yzs .wlys-yzs-b .yzs-ppms {
    margin-bottom: 30px;
  }


}